fixes #50 - summary page progress on saves

This commit is contained in:
Mark Moser
2016-08-10 10:38:20 -05:00
parent 76bb21a150
commit 2c7948903d
6 changed files with 34 additions and 16 deletions

View File

@ -9,7 +9,7 @@ Rails.application.routes.draw do
post "/question(/:answer_id)", to: "quiz#update_answer", as: :post_answer
get "/question(/:question_id)", to: "quiz#question", as: :question
post "/summary", to: "quiz#update_summary", as: :post_summary
post "/summary", to: "quiz#submit_summary", as: :post_summary
get "/summary", to: "quiz#summary", as: :summary
get "/review/logout", to: "review#logout", as: :review_logout