2023-12-03 16:02:27 +00:00

4 lines
93 B
Plaintext

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