Yo lo hice así:
Código rails:
Ver original<% if @user.errors.any? %>
<div id="error_explanation">
<h2><%= pluralize(@user.errors.count, "error") %> prohibited
this post from being saved:</h2>
<ul>
<% @user.errors.full_messages.each do |msg| %>
<li><%= msg %></li>
<% end %>
</ul>
</div>
<% end %>
mas info sobre validaciones
http://edgeguides.rubyonrails.org/ac...lidations.html