restful-authentication icon indicating copy to clipboard operation
restful-authentication copied to clipboard

DEPRECATION WARNING: form.error_messages was removed (and fix of this problem)

Open killich opened this issue 14 years ago • 0 comments

<%#= error_messages_for :user %>

<% if @user.errors.any? %> <ul> <% @user.errors.full_messages.each do |msg| %>

  • <%= msg %>
  • <% end %> </ul>

    <% end %>

    killich avatar Nov 25 '10 15:11 killich