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