live coder load on question template

This commit is contained in:
Derek Montgomery
2016-07-29 11:00:04 -05:00
parent fc6b56d9b8
commit 1a8d7629ff
5 changed files with 32 additions and 24 deletions

View File

@ -8,6 +8,9 @@ Rails.application.routes.draw do
get "/question", to: "candidate#question", as: :question
post "/validate", to: "candidate#validate", as: :validate_candidate
# live coder partial
get "/live-coder-entry/:question_id", to: "candidate#live_coder"
root to: "candidate#welcome"
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end