method
define_method_attribute
v4.2.7 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::Read::ClassMethods
define_method_attribute(name)protected
No documentation available.
# File activerecord/lib/active_record/attribute_methods/read.rb, line 53
def define_method_attribute(name)
method = ReaderMethodCache[name]
generated_attribute_methods.module_eval { define_method name, method }
end