Flowdock
method

extended

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: PerThreadRegistry
extended(object) public

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/per_thread_registry.rb, line 37
    def self.extended(object)
      object.instance_variable_set '@per_thread_registry_key', object.name.freeze
    end
Register or log in to add new notes.