mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
spelling fix [ci skip]
This commit is contained in:
parent
7fb90694f0
commit
644897a2b1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module ActionView
|
|||
|
||||
included do
|
||||
# Fallback cache store if Action View is used without Rails.
|
||||
# Otherwise overriden in Railtie to use Rails.cache.
|
||||
# Otherwise overridden in Railtie to use Rails.cache.
|
||||
mattr_accessor(:collection_cache) { ActiveSupport::Cache::MemoryStore.new }
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue