<% @commissioners.each do |com| %>
<%=com.name %>
<% end %>
add
Dining Check In At Action

<%= simple_form_for 'zone', :method => :get do |f| %> <%= f.collection_select :dinning_id, Room.all, :id, :name, {prompt: 'Select Room'},:class=>'form-control',:required => true %> <%end %>
<%= simple_form_for 'zone_t', :method => :get do |f| %> <%= f.collection_select :dinning_id, Table.all, :id, :name, {prompt: 'Select Table'},:class=>'form-control',:required => true %> <%end %>
<%= simple_form_for 'save_induties', :url => induties_induties_create_path, :method => :post do |f| %> <%= f.check_box :by_name,:class=>'form-control'%> <% end %>
Create In Duty