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

6 lines
88 B
Plaintext

<h1>New Room</h1>
<%= render 'form', room: @room %>
<%= link_to 'Back', rooms_path %>