Flowdock
method

typecasted_attribute_value

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: ActiveRecord::AttributeMethods
typecasted_attribute_value(name) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.