Files
old-holivud2/app/views/zoom_meetings/index.html.erb
2020-05-31 22:38:19 +02:00

3 lines
110 B
Plaintext

<%= form_with url: ZoomMeeting.new, action: :post do |form| %>
<%= form.submit "Create meeting" %>
<% end %>