Skip to content

Commit

Permalink
Include caching module into new base
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehuda Katz + Carl Lerche committed May 20, 2009
1 parent 26f2be0 commit 0e7da0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions actionpack/lib/action_controller/new_base.rb
Expand Up @@ -13,6 +13,7 @@ module ActionController


# Ported modules # Ported modules
# require 'action_controller/routing' # require 'action_controller/routing'
autoload :Caching, 'action_controller/caching'
autoload :Dispatcher, 'action_controller/dispatch/dispatcher' autoload :Dispatcher, 'action_controller/dispatch/dispatcher'
autoload :PolymorphicRoutes, 'action_controller/routing/generation/polymorphic_routes' autoload :PolymorphicRoutes, 'action_controller/routing/generation/polymorphic_routes'
autoload :RecordIdentifier, 'action_controller/record_identifier' autoload :RecordIdentifier, 'action_controller/record_identifier'
Expand Down
1 change: 1 addition & 0 deletions actionpack/lib/action_controller/new_base/base.rb
Expand Up @@ -17,6 +17,7 @@ class Base < Http
# Legacy modules # Legacy modules
include SessionManagement include SessionManagement
include ActionDispatch::StatusCodes include ActionDispatch::StatusCodes
include ActionController::Caching


# Rails 2.x compatibility # Rails 2.x compatibility
include ActionController::Rails2Compatibility include ActionController::Rails2Compatibility
Expand Down

0 comments on commit 0e7da0e

Please sign in to comment.