Hi-
I have enabled caching in my application and am using the :file_store
option, as shown below (enabled in each environment).
config.cache_store = :file_store, “#{Rails.root}/public/cache”
Why is it that the file path I set is ignored? Everything seems to
get dumped out to /public, by default.
Thanks!