%= simple_form_for([:settings,@zone,@settings_table]) do |f| %>
<%= f.error_notification %>
<%= f.input :name %>
<%= f.input :status %>
<%= f.input :seater %>
<%= f.input :order_by %>
<%= f.input :is_active %>
<%= f.input :created_by, :collection => Employee.collection %>
<%= f.button :submit %>
<% end %>