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