# File lib/simple_form/error_notification.rb, line 23
    def has_errors?
      object && object.respond_to?(:errors) && errors.present?
    end