aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/base.rb
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-05-11 10:57:59 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-05-11 10:57:59 -0700
commita2f3684cecb361db2bf5f7ec0b6de0603868ffd5 (patch)
tree792ded3b8c16eb4c47b512712be13171dab0d7e3 /actionpack/lib/action_controller/new_base/base.rb
parent030dfe3f831aacd60bbfa525dfac4cd5921b6530 (diff)
downloadrails-a2f3684cecb361db2bf5f7ec0b6de0603868ffd5.tar.gz
rails-a2f3684cecb361db2bf5f7ec0b6de0603868ffd5.tar.bz2
rails-a2f3684cecb361db2bf5f7ec0b6de0603868ffd5.zip
Ported fresh_when into a ConditionalGet module
Diffstat (limited to 'actionpack/lib/action_controller/new_base/base.rb')
-rw-r--r--actionpack/lib/action_controller/new_base/base.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/new_base/base.rb b/actionpack/lib/action_controller/new_base/base.rb
index 8af6ffbc92..40f507b6e7 100644
--- a/actionpack/lib/action_controller/new_base/base.rb
+++ b/actionpack/lib/action_controller/new_base/base.rb
@@ -10,6 +10,7 @@ module ActionController
use ActionController::UrlFor
use ActionController::Renderer
use ActionController::Layouts
+ use ActionController::ConditionalGet
# Legacy modules
include SessionManagement