Skip to content

Commit

Permalink
Use 1.8 hash style
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Feb 22, 2013
1 parent e55b0f6 commit 0c1558d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/dispatch/routing_test.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def self.call(params, request)
get 'search' => 'search' get 'search' => 'search'


scope ':locale' do scope ':locale' do
match 'questions/new', via: [:get] match 'questions/new', :via => :get
end end


namespace :api do namespace :api do
Expand Down

0 comments on commit 0c1558d

Please sign in to comment.