Unuse ActiveRecord::Base#cache_key (#8185)
* Unuse ActiveRecord::Base#cache_key * Enable cache_versioning * Call cache_collection
This commit is contained in:
parent
0d1d9b9a33
commit
9e75aa30cd
6 changed files with 9 additions and 17 deletions
|
@ -24,8 +24,6 @@
|
|||
#
|
||||
|
||||
class Status < ApplicationRecord
|
||||
self.cache_versioning = false
|
||||
|
||||
include Paginable
|
||||
include Streamable
|
||||
include Cacheable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue