From df92f010ad5acd72b28e6d49c028f9123e92cf06 Mon Sep 17 00:00:00 2001 From: Clworld Date: Mon, 22 May 2017 22:01:02 +0900 Subject: Set config.cache_store in environments file. (#3219) * Set config.cache_store in application.rb * Set config.cache_store in environments. * fix code format. --- config/application.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/application.rb') 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. -- cgit