Flowdock
method

generated_attribute_methods

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: CurrentAttributes
generated_attribute_methods() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/current_attributes.rb, line 145
        def generated_attribute_methods
          @generated_attribute_methods ||= Module.new.tap { |mod| include mod }
        end
Register or log in to add new notes.