moving file cache into rails tmp folder

This commit is contained in:
Andrew Davidson 2009-10-31 22:54:06 -07:00
parent 0e5e4bba02
commit 0bb7385373

View file

@ -16,7 +16,7 @@ config.action_view.cache_template_loading = true
# config.logger = SyslogLogger.new
# Use a different cache store in production
config.cache_store = :file_store, "/tmp/photogriffy.net/cache"
config.cache_store = :file_store, "tmp/cache"
# Enable serving of images, stylesheets, and javascripts from an asset server
# config.action_controller.asset_host = "http://assets.example.com"