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