Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use old style hash syntax for 3-2-stable
  • Loading branch information
pixeltrix committed Jun 25, 2013
1 parent 622e4ab commit b0c6597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actionpack/test/dispatch/routing_test.rb
Expand Up @@ -530,8 +530,8 @@ def self.call(params, request)
end
end

scope '/job', controller: 'job' do
scope ':id', action: 'manage_applicant' do
scope '/job', :controller => 'job' do
scope ':id', :action => 'manage_applicant' do
get "/active"
end
end
Expand Down

0 comments on commit b0c6597

Please sign in to comment.