<%= notice %>

<%= form_with(model: @customer, local: true) do |form| %> <% if @customer.errors.any? %>

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

<% end %> <% end %>