2023-10-23 06:58:18 +00:00

4 lines
88 B
Plaintext

<%= form_with url: rooms_path do |form| %>
<%= form.submit 'Create Room' %>
<% end %>