Display and forms seem to work
[feedcatcher.git] / config / routes.rb
index 4b69b1931435b94c709684c8ad730b920074ac89..8b7c093134888028210fb545f09d55994980fe03 100644 (file)
@@ -8,7 +8,7 @@ Feedcatcher::Application.routes.draw do
   
   get 'index', to: 'feed#index', as: :index
   get ':feed_name', to: 'feed#show', as: :feed
-  post '*ignored', to: 'feed#update', as: :update
+  post '', to: 'feed#update', as: :update
 
   # Example of regular route:
   #   get 'products/:id' => 'catalog#view'