Skip to content

Commit

Permalink
Removed deprecated ActionController::Base#expire_matched_fragments (j…
Browse files Browse the repository at this point in the history
…ust call expire_fragment with a regular expression)

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7427 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Sep 9, 2007
1 parent 89b7630 commit b7c565d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions actionpack/lib/action_controller/caching.rb
Expand Up @@ -421,12 +421,6 @@ def expire_fragment(name, options = nil)
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:
Expand Down

0 comments on commit b7c565d

Please sign in to comment.