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