Add missing stuff

This commit is contained in:
Eric Schultz 2019-11-06 14:57:19 -06:00
parent 4e41f40863
commit c96f8d2894

View file

@ -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