Flowdock
method

read_attribute_before_type_cast

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActiveRecord::AttributeMethods
read_attribute_before_type_cast(attr_name) public

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 289
    def read_attribute_before_type_cast(attr_name)
      @attributes[attr_name]
    end
Register or log in to add new notes.