<%= simple_form_for(@gs_parameter) do |f| %> <%= f.error_notification %>
<%= f.input :name, :autofocus => true %> <%= f.input :section %> <%= f.input :value %> <%= f.input :class_type %>
<%= f.button :submit %>
<% end %>