X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=config%2Froutes.rb;h=1240ec454b96f800e8a3dcfff658bd9159767a21;hb=f93204b41a8378389eb75b9215305fcc57145ac2;hp=7754dd1c3cfa886b5ed17c33e10ac332d87816e2;hpb=3a164c47cd4f58ff8ee59446c73970d1b9b3fbbf;p=feedcatcher.git diff --git a/config/routes.rb b/config/routes.rb index 7754dd1..1240ec4 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -38,9 +38,9 @@ ActionController::Routing::Routes.draw do |map| :conditions => { :method => :get }, :controller => 'feed', :action => 'show' - map.update ':feed_name', + map.update ':ignored', :conditions => { :method => :post }, - :defaults => { :feed_name => nil }, + :defaults => { :ignored => nil }, :controller => 'feed', :action => 'update'