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