4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
<%= form_with url: rooms_path do |form| %>
|
|
<%= form.submit 'Create Room' %>
|
|
<% end %>
|