# File lib/simple_form/components/errors.rb, line 17 def has_value? object && object.respond_to?(attribute_name) && object.send(attribute_name).present? end