restful-authentication
restful-authentication copied to clipboard
DEPRECATION WARNING: form.error_messages was removed (and fix of this problem)
<%#= error_messages_for :user %>
<% if @user.errors.any? %> <ul> <% @user.errors.full_messages.each do |msg| %>
<% end %>