You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daniel Zanzini edited this page Aug 19, 2019
·
6 revisions
[DEPRECATED] As noted on devise_helper.rb, overriding devise_error_messages! is no longer recommended. It's better to modify the devise/shared/_error_messages partial.
The devise_error_messages! method is overridden by adding a devise_helper.rb application helper.
The standard implementation (below) can be cut and paste in then tweaked to your requirements. It can also be helpful to define a convenience method to check for their presence in your views: