From b7c565dc626dda5cdd8ef041edc27fec08ac541b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 9 Sep 2007 18:03:55 +0000 Subject: Removed deprecated ActionController::Base#expire_matched_fragments (just call expire_fragment with a regular expression) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7427 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/caching.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'actionpack/lib/action_controller/caching.rb') diff --git a/actionpack/lib/action_controller/caching.rb b/actionpack/lib/action_controller/caching.rb index e6e42b9126..64780cefc2 100644 --- a/actionpack/lib/action_controller/caching.rb +++ b/actionpack/lib/action_controller/caching.rb @@ -421,12 +421,6 @@ module ActionController #:nodoc: end end - # Deprecated -- just call expire_fragment with a regular expression - def expire_matched_fragments(matcher = /.*/, options = nil) #:nodoc: - expire_fragment(matcher, options) - end - deprecate :expire_matched_fragments => :expire_fragment - class UnthreadedMemoryStore #:nodoc: def initialize #:nodoc: -- cgit v1.2.3