mirror of
https://github.com/github/rails.git
synced 2026-01-28 15:58:03 -05:00
Ensure MemCacheStore is required when using CompressedMemCacheStore since they are lazy load now.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
require "active_support/cache/mem_cache_store"
|
||||
|
||||
module ActiveSupport
|
||||
module Cache
|
||||
class CompressedMemCacheStore < MemCacheStore
|
||||
|
||||
Reference in New Issue
Block a user