Fix #248 - Reload all accounts when fetching from cache
This commit is contained in:
parent
253970cb73
commit
816284d739
7 changed files with 53 additions and 16 deletions
|
@ -11,5 +11,6 @@ module Cacheable
|
|||
|
||||
included do
|
||||
scope :with_includes, -> { includes(@cache_associated) }
|
||||
scope :cache_ids, -> { select(:id, :updated_at) }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue