diff options
author | abcang <abcang1015@gmail.com> | 2018-08-19 22:52:38 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-08-19 15:52:38 +0200 |
commit | 9e75aa30cd229c45fd95e00a93416221c83a4fd7 (patch) | |
tree | a0a5d6583f662e60e09466d2fb093bcbdbbfad56 /app/models | |
parent | 0d1d9b9a33149adbcdd063177eae9944462c91ff (diff) |
Unuse ActiveRecord::Base#cache_key (#8185)
* Unuse ActiveRecord::Base#cache_key * Enable cache_versioning * Call cache_collection
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/status.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/status.rb b/app/models/status.rb index 533d12354..6ba7b7a50 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -24,8 +24,6 @@ # class Status < ApplicationRecord - self.cache_versioning = false - include Paginable include Streamable include Cacheable |