Skip to content

Commit

Permalink
Fix path in controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
pithyless committed May 24, 2012
1 parent e672c34 commit a8c3a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/main.rb
Expand Up @@ -9,7 +9,7 @@
question_service = HireMe::Models::SessionService.new
session_id = question_service.start_session({:first_name => first_name, :last_name => last_name})

redirect "/test/#{session_id}"
redirect "/quiz/#{session_id}"
end

get '/quiz/:session_id' do
Expand Down

0 comments on commit a8c3a54

Please sign in to comment.