# File lib/active_record/base.rb, line 2626 def attribute_present?(attribute) value = read_attribute(attribute) !value.blank? end