method
typecasted_attribute_value
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods
typecasted_attribute_value(name)private
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 460
def typecasted_attribute_value(name)
_read_attribute(name)
end