method
generated_attribute_methods
v4.2.9 -
Show latest stable
- Class:
ActiveModel::AttributeMethods::ClassMethods
generated_attribute_methods()public
No documentation available.
# File activemodel/lib/active_model/attribute_methods.rb, line 331
def generated_attribute_methods #:nodoc:
@generated_attribute_methods ||= Module.new {
extend Mutex_m
}.tap { |mod| include mod }
end