%= form_for @customer, html: {class: "form-horizontal"} do |f| %>
<% if @customer.errors.any? %>
<%= pluralize(@customer.errors.count, "error") %> prohibited
this article from being saved:
<% @customer.errors.full_messages.each do |msg| %>
- <%= msg %>
<% end %>
<% end %>
<% end %>