<%= simple_form_for(@settings_zone) do |f| %> <%= f.error_notification %>
<%= f.input :name %> <%= f.input :is_active %> <%= f.input :created_by %>
<%= f.button :submit %>
<% end %>