6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
<%
|
|
content_for :section_title, "New User"
|
|
%>
|
|
|
|
<%= render partial: 'form', locals: {user: @user, action: admin_create_user_path } %>
|