live coder load on question template
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user