Skip to content
Snippets Groups Projects
Commit 77238fac authored by Victor Wu's avatar Victor Wu
Browse files

Change to CACHE_VALUE

Former-commit-id: 347e9a16011bd3ab51355ef7cee75ae9d51c2082
parent 6355593e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -183,7 +183,7 @@ class ApplicationSetting < ActiveRecord::Base
end
 
def self.cached
Rails.cache.fetch(CACHE_KEY)
Rails.cache.fetch(CACHE_VALUE)
end
 
def self.defaults_ce
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment