<%= form_for(@standalone_resource) do |f| %> <% if @standalone_resource.errors.any? %>

<%= pluralize(@standalone_resource.errors.count, "error") %> prohibited this standalone_resource from being saved:

<% end %>
<%= f.label :name %>
<%= f.text_field :name %>
<%= f.label :description %>
<%= f.text_field :description %>
<%= f.submit %>
<% end %>