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

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

<% end %>
<%= f.label :user_name %>
<%= f.text_field :user_name %>
<%= f.submit %>
<% end %>