I\'m getting the following error:
NoMethodError in Users#new Showing .../app/views/users/form/_new.haml where line #7 raised: undefined method `on\' for #&
I checked my user and u.errors is an ActiveRecord::Errors, while I see you have an ActiveModel::Error, I would work on that.
u.errors
ActiveRecord::Errors
ActiveModel::Error
Then I don't understand case errors = statement in your helper, I'm curious to know how you implemented that part...
case errors =