We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618249f commit 543a425Copy full SHA for 543a425
fixtures/rails_4_1_8/config/routes.rb
@@ -1,4 +1,4 @@
1
Rails.application.routes.draw do
2
resources :things
3
- match ':controller(/:action(/:id))(.:format)', via: [:get, :post]
+ match ':controller(/:action(/:id))(.:format)', :via => [:get, :post]
4
end
0 commit comments