Method: Sunspot::SessionProxy::ThreadLocalSessionProxy#session

Defined in:
lib/sunspot/session_proxy/thread_local_session_proxy.rb

#sessionObject

:nodoc:



34
35
36
# File 'lib/sunspot/session_proxy/thread_local_session_proxy.rb', line 34

def session #:nodoc:
  Thread.current[:"sunspot_session_#{object_id}"] ||= Session.new(config)
end