# File lib/active_record/base.rb, line 1790
      def attribute_present?(attribute)
        !_read_attribute(attribute).blank?
      end