mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Add missing clear method to memory_store
This commit is contained in:
@@ -24,6 +24,10 @@ module ActiveSupport
|
||||
super
|
||||
@data.delete_if { |k,v| k =~ matcher }
|
||||
end
|
||||
|
||||
def clear
|
||||
@data.clear
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user