<%= form_for(:meeting, url: create_meeting_path) do |f| %>
<%= f.text_field :name, class: "form-control", placeholder: "Enter a meeting name to start!" %> <%= f.submit "Start Meeting", class: "btn btn-primary" %>
<% end %>