X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=config%2Froutes.rb;h=8b7c093134888028210fb545f09d55994980fe03;hb=502d4185fa8e0f62d48fe4c70b5cc55c9f0a04ca;hp=4b69b1931435b94c709684c8ad730b920074ac89;hpb=0c831f9107670526c653c82f182b0b6983f49c31;p=feedcatcher.git diff --git a/config/routes.rb b/config/routes.rb index 4b69b19..8b7c093 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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'