skill-assessment-app/app/views/admin/user/new.html.erb

6 lines
134 B
Plaintext
Raw Permalink Normal View History

2016-08-18 18:22:57 -05:00
<%
content_for :section_title, "New User"
%>
2016-08-18 15:35:17 -05:00
2016-08-24 12:17:00 -05:00
<%= render partial: 'form', locals: {user: @user, action: admin_create_user_path } %>