method
define_method__attribute
v3.2.13 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::DeprecatedUnderscoreRead::ClassMethods
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