# File lib/big_record/model.rb, line 281 def attribute_present?(attribute) value = read_attribute(attribute) !value.blank? or value == 0 end