Skip to content

Commit

Permalink
Autoload SessionProxy::AbstractSessionProxy
Browse files Browse the repository at this point in the history
[sunspot#125 state:resolved]
  • Loading branch information
Mat Brown committed Aug 2, 2010
1 parent 3a73dd0 commit 19f1edb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sunspot/lib/sunspot/session_proxy.rb
Expand Up @@ -27,6 +27,14 @@ module Sunspot
module SessionProxy
NotSupportedError = Class.new(StandardError)

autoload(
:AbstractSessionProxy,
File.join(
File.dirname(__FILE__),
'session_proxy',
'abstract_session_proxy'
)
)
autoload(
:ThreadLocalSessionProxy,
File.join(
Expand Down

0 comments on commit 19f1edb

Please sign in to comment.