1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Session management belongs in base folder

This commit is contained in:
Joshua Peek 2009-04-14 17:02:38 -05:00
parent 97a88a91cb
commit 1d2686517c
2 changed files with 1 additions and 1 deletions

View file

@ -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'