<%= semantic_form_for @post do |f| %> <%= f.inputs %> <%= f.semantic_errors :state %> <%= f.actions %> <% end %>