aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-04-14 17:02:38 -0500
committerJoshua Peek <josh@joshpeek.com>2009-04-14 17:02:38 -0500
commit1d2686517c4369c3609be166f0d11970c87099b5 (patch)
tree6d6d363173b654085d8a06466528d4f77d34ce90 /actionpack
parent97a88a91cb4d5e4e5d8313b93b91ba2aa7b80873 (diff)
downloadrails-1d2686517c4369c3609be166f0d11970c87099b5.tar.gz
rails-1d2686517c4369c3609be166f0d11970c87099b5.tar.bz2
rails-1d2686517c4369c3609be166f0d11970c87099b5.zip
Session management belongs in base folder
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller.rb2
-rw-r--r--actionpack/lib/action_controller/base/session_management.rb (renamed from actionpack/lib/action_controller/session/management.rb)0
2 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller.rb b/actionpack/lib/action_controller.rb
index 16d19d91b9..9eb7474b55 100644
--- a/actionpack/lib/action_controller.rb
+++ b/actionpack/lib/action_controller.rb
@@ -64,7 +64,7 @@ module ActionController
autoload :Resources, 'action_controller/routing/resources'
autoload :Responder, 'action_controller/base/responder'
autoload :Routing, 'action_controller/routing'
- autoload :SessionManagement, 'action_controller/session/management'
+ autoload :SessionManagement, 'action_controller/base/session_management'
autoload :Streaming, 'action_controller/base/streaming'
autoload :TestCase, 'action_controller/testing/test_case'
autoload :TestProcess, 'action_controller/testing/process'
diff --git a/actionpack/lib/action_controller/session/management.rb b/actionpack/lib/action_controller/base/session_management.rb
index ffce8e1bd1..ffce8e1bd1 100644
--- a/actionpack/lib/action_controller/session/management.rb
+++ b/actionpack/lib/action_controller/base/session_management.rb