class method
self.generated_attribute_methods
Ruby on Rails 7.0.10
Since v5.2.8.1 PrivateSignature
self.generated_attribute_methods()
No documentation comment.
Source
# File activesupport/lib/active_support/current_attributes.rb, line 159
def generated_attribute_methods
@generated_attribute_methods ||= Module.new.tap { |mod| include mod }
end
Defined in activesupport/lib/active_support/current_attributes.rb line 159
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::CurrentAttributes