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