Files
old-holivud2/app/views/zoom_meetings/index.html.erb

3 lines
110 B
Plaintext
Raw Normal View History

2020-05-31 22:38:19 +02:00
<%= form_with url: ZoomMeeting.new, action: :post do |form| %>
<%= form.submit "Create meeting" %>
<% end %>