method

typecasted_attribute_value

typecasted_attribute_value(name)
private

No documentation available.

# File activerecord/lib/active_record/attribute_methods.rb, line 410
    def typecasted_attribute_value(name)
      # FIXME: we need @attributes to be used consistently.
      # If the values stored in @attributes were already typecasted, this code
      # could be simplified
      read_attribute(name)
    end