working on question_lists

This commit is contained in:
Jared Cosulich 2017-03-05 12:23:11 -05:00
parent d731049fc6
commit cc84c3bbda
26 changed files with 498 additions and 10 deletions

View file

@ -0,0 +1,5 @@
%h1 Editing Question List
= render 'form', question_list: @question_list
= link_to 'Show', @question_list
|
= link_to 'Back', question_lists_path