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