Skip to content

Instantly share code, notes, and snippets.

@ohadlevy
Created November 15, 2012 20:31
Show Gist options
  • Save ohadlevy/4081072 to your computer and use it in GitHub Desktop.
Save ohadlevy/4081072 to your computer and use it in GitHub Desktop.
diff --git a/config/application.rb b/config/application.rb
index b744354..9544178 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -65,7 +65,7 @@ module Foreman
# enables in memory cache store with ttl
#config.cache_store = TimedCachedStore.new
- config.cache_store = :file_store, Rails.root.join("tmp")
+ config.cache_store = :file_store, Rails.root.join("tmp/cache")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment