Merged changes into stable branch
[feedcatcher.git] / config / routes.rb
index 7754dd1c3cfa886b5ed17c33e10ac332d87816e2..1240ec454b96f800e8a3dcfff658bd9159767a21 100644 (file)
@@ -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'