6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
<%
|
|
content_for :section_title, "New Quiz"
|
|
%>
|
|
|
|
<%= render partial: 'form', locals: { quiz: @quiz, action: admin_create_quiz_path } %>
|