about summary refs log tree commit diff
path: root/config/application.rb
diff options
context:
space:
mode:
authorClworld <clworld@ggtea.org>2017-05-22 22:01:02 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-22 15:01:02 +0200
commitdf92f010ad5acd72b28e6d49c028f9123e92cf06 (patch)
treed1ccb9256d2826e126fdf1fe5ca3a3bdcf20658e /config/application.rb
parent07af8c05fd65eb705bfbeadf6727cf0f72c79f20 (diff)
Set config.cache_store in environments file. (#3219)
* Set config.cache_store in application.rb

* Set config.cache_store in environments.

* fix code format.
Diffstat (limited to 'config/application.rb')
-rw-r--r--config/application.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb
index 728fbfaef..6b121009e 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -13,6 +13,8 @@ require_relative '../lib/mastodon/version'
 
 Dotenv::Railtie.load
 
+require_relative '../lib/mastodon/redis_config'
+
 module Mastodon
   class Application < Rails::Application
     # Settings in config/environments/* take precedence over those specified here.