Flowdock
method

typecasted_attribute_value

Importance_0
v4.2.7 - 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 431
    def typecasted_attribute_value(name)
      _read_attribute(name)
    end
Register or log in to add new notes.