Create New Room


<%= form_for(:room, url: create_room_path) do |f| %>
<%= f.text_field :name, class: "form-control", placeholder: "Enter a room name...", autocomplete: :off %>
<%= f.submit "Create Room", class: "btn btn-outline-primary btn-block btn-pill" %>
<% end %>

You will be free to delete this room at any time.