module ActiveSupport::PerThreadRegistry
Public Instance Methods
instance()
click to toggle source
# File lib/monorails/per_thread_registry.rb, line 3 def instance @__instance ||= new end
Private Instance Methods
per_thread_registry_instance()
click to toggle source
# File lib/monorails/per_thread_registry_40.rb, line 4 def per_thread_registry_instance @__instance ||= new end