Skip to content

Commit 543a425

Browse files
committed
Change hash syntax
For compatability with Ruby 1.8.7 specs
1 parent 618249f commit 543a425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Rails.application.routes.draw do
22
resources :things
3-
match ':controller(/:action(/:id))(.:format)', via: [:get, :post]
3+
match ':controller(/:action(/:id))(.:format)', :via => [:get, :post]
44
end

0 commit comments

Comments
 (0)