method

per_thread_registry_instance

rails latest stable - Class: ActiveSupport::PerThreadRegistry

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

per_thread_registry_instance()
private

No documentation available.

# File activesupport/lib/active_support/per_thread_registry.rb, line 48
      def per_thread_registry_instance
        Thread.current[name] ||= new
      end