Merge pull request #21300 from jonahb/cache

Correct cache store superclass in comment [ci skip]
This commit is contained in:
Yves Senn 2015-08-20 09:43:02 +02:00
commit 013dd756e1

@ -26,7 +26,7 @@ module Strategy
end
class << self
# Creates a new CacheStore object according to the given options.
# Creates a new Store object according to the given options.
#
# If no arguments are passed to this method, then a new
# ActiveSupport::Cache::MemoryStore object will be returned.