<%= simple_form_for(@legislature) do |f| %> <%= f.error_notification %> <%= f.input :number %> <%= f.input :date_start %> <%= f.input :date_end %> <%= f.input :date_election %>
<%= f.button :submit %>
<% end %>