method

define_method__attribute

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

define_method__attribute(attr_name)
protected

No documentation available.

# 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