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

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

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