Method: FeatureBox::ApplicationHelper#devise_error_messages_any?
- Defined in:
- app/helpers/feature_box/application_helper.rb
#devise_error_messages_any? ⇒ Boolean
17 18 19 20 21 22 23 |
# File 'app/helpers/feature_box/application_helper.rb', line 17 def if respond_to? :resource return !resource.errors.empty? else return false end end |