1
0
Fork 0

Enable caching

This commit is contained in:
Andrew Tomaka 2015-11-03 13:21:11 -05:00
parent 480dbd1a64
commit c5816a3f43
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Rails.application.configure do
# Full error reports are disabled and caching is turned on.
config.consider_all_requests_local = false
config.action_controller.perform_caching = true
config.perform_caching = true
config.cache_store = :memory_store
# Enable Rack::Cache to put a simple HTTP cache in front of your application