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

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

<% end %>
<%= form.submit %>
<% end %>