Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Fixing TORQUE-409 again, it seems.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrossley3 committed May 20, 2011
1 parent 042c030 commit 26bdad3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions clients/torquebox/lib/torquebox.rb
Expand Up @@ -18,4 +18,5 @@
require 'torquebox-base'
require 'torquebox-naming'
require 'torquebox-messaging'
require 'torquebox-web'
require 'torquebox-rake-support'
Expand Up @@ -15,6 +15,8 @@
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
# 02110-1301 USA, or see the FSF site: http://www.fsf.org.

require 'torquebox/session/servlet_store'

module ActionController
module Session
class TorqueBoxStore < TorqueBox::Session::ServletStore
Expand Down
Expand Up @@ -15,6 +15,8 @@
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
# 02110-1301 USA, or see the FSF site: http://www.fsf.org.

require 'torquebox/session/servlet_store'

module ActionDispatch
module Session
class TorqueBoxStore < TorqueBox::Session::ServletStore
Expand Down
3 changes: 2 additions & 1 deletion components/web/web-gem/lib/gem_hook.rb
@@ -1,2 +1,3 @@

require 'torquebox/session/servlet_store'
require 'action_dispatch/session/torque_box_store'
require 'action_controller/session/torque_box_store'

0 comments on commit 26bdad3

Please sign in to comment.