sqm-dashboards/app/views/questions/new.html.erb
2017-03-03 22:00:07 -05:00

5 lines
104 B
Text

<h1>New Question</h1>
<%= render 'form', question: @question %>
<%= link_to 'Back', questions_path %>