<%= simple_form_for([@section, category]) do |f| %> <% if category.errors.any? %>

Ocorreram alguns erros:

<% end %> <%= f.input :name %>
<%= f.submit "Salvar", id: 'submit' %>
<% end %>