Add missing stuff
This commit is contained in:
parent
4e41f40863
commit
c96f8d2894
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Rails.application.configure do
|
|||
# every request. This slows down response time but is perfect for development
|
||||
# since you don't have to restart the web server when you make code changes.
|
||||
config.cache_classes = false
|
||||
config.cache_store = Settings.default.cache_store.to_sym
|
||||
config.cache_store = :mem_cache_store
|
||||
|
||||
# Log error messages when you accidentally call methods on nil.
|
||||
config.whiny_nils = true
|
||||
|
|
Loading…
Reference in a new issue