ingang/app/views/users/new.html.erb

6 lines
116 B
Plaintext

<h1>New User</h1>
<%= render 'form', user: @user, path: room_users_path %>
<%= link_to 'Back', room_users_path %>