method
generated_attribute_methods
v6.1.7.7 -
Show latest stable
- Class:
ActiveModel::AttributeMethods::ClassMethods
generated_attribute_methods()private
No documentation available.
# File activemodel/lib/active_model/attribute_methods.rb, line 378
def generated_attribute_methods
@generated_attribute_methods ||= Module.new.tap { |mod| include mod }
end