aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/caching.rb6
1 files changed, 0 insertions, 6 deletions
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: