mirror of
https://github.com/github/rails.git
synced 2026-01-30 00:38:00 -05:00
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
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user