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