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: