<%= simple_form_for([:crm,@dining_queue]) do |f| %> <%= f.error_notification %>
<%= f.input :name %> <%= f.input :contact_no %> <%= f.input :queue_no %>
<%= f.button :submit %>
<% end %>