# File lib/active_record/attribute_methods/read.rb, line 128
      def read_attribute(attr_name)
        self.class.type_cast_attribute(attr_name, @attributes, @attributes_cache)
      end