Methods
D
Instance Protected methods
define_method__attribute(attr_name)
    # File activerecord/lib/active_record/attribute_methods/deprecated_underscore_read.rb, line 16
16:         def define_method__attribute(attr_name)
17:           # Do nothing, let it hit method missing instead.
18:         end