<%= simple_form_for([:crm,@dining_queue]) do |f| %> <%= f.error_notification %>
<%= f.input :queue_no , :class => "dining",:id => "dining", :readonly => true%> <%= f.input :name %> <%= f.input :contact_no %> <%= f.input :seater %> <%= f.input :remark %>

<%= f.button :submit,"Create Queue" %>
<% end %>