method
generated_attribute_methods
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::CurrentAttributes
generated_attribute_methods()private
No documentation available.
# File activesupport/lib/active_support/current_attributes.rb, line 166
def generated_attribute_methods
@generated_attribute_methods ||= Module.new.tap { |mod| include mod }
end