Method: FeatureBox::ApplicationHelper#devise_error_messages!
- Defined in:
- app/helpers/feature_box/application_helper.rb
#devise_error_messages! ⇒ Object
25 26 27 |
# File 'app/helpers/feature_box/application_helper.rb', line 25 def resource.errors..map { |msg| content_tag(:li, msg) }.join.html_safe end |