2016-08-24 12:17:00 -05:00

7 lines
184 B
Plaintext

<%
content_for :section_title, "Questions"
%>
<h1><%= @question.quiz.name %></h1>
<%= render partial: 'form', locals: {question: @question, action: admin_update_question_path } %>