method

generated_attribute_methods

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