aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/caching/sweeping.rb
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2009-10-29 00:37:29 -0400
committerYehuda Katz <wycats@gmail.com>2009-10-29 00:44:12 -0400
commit51c24ae3e3c1a260a304042aff5e1a7c56faabfe (patch)
treee7d2d4aab16ea617de48ac19df3f66a725eb9cb8 /actionpack/lib/action_controller/caching/sweeping.rb
parenta288b74f1c75c6f100de7611a5093a421f1ad6d1 (diff)
downloadrails-51c24ae3e3c1a260a304042aff5e1a7c56faabfe.tar.gz
rails-51c24ae3e3c1a260a304042aff5e1a7c56faabfe.tar.bz2
rails-51c24ae3e3c1a260a304042aff5e1a7c56faabfe.zip
Caching refactoring
Diffstat (limited to 'actionpack/lib/action_controller/caching/sweeping.rb')
-rw-r--r--actionpack/lib/action_controller/caching/sweeping.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/caching/sweeping.rb b/actionpack/lib/action_controller/caching/sweeping.rb
index c1be264ffb..871f41bfdd 100644
--- a/actionpack/lib/action_controller/caching/sweeping.rb
+++ b/actionpack/lib/action_controller/caching/sweeping.rb
@@ -70,7 +70,7 @@ module ActionController #:nodoc:
protected
# gets the action cache path for the given options.
def action_path_for(options)
- ActionController::Caching::Actions::ActionCachePath.path_for(controller, options)
+ Actions::ActionCachePath.new(controller, options).path
end
# Retrieve instance variables set in the controller.