Removed deprecated ActionController::Base#expire_matched_fragments (just call...

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
上级 89b76306
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册