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

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

<% end %>
<%= f.submit %>
<% end %>