Fix #248 - Reload all accounts when fetching from cache
This commit is contained in:
@ -11,5 +11,6 @@ module Cacheable
|
||||
|
||||
included do
|
||||
scope :with_includes, -> { includes(@cache_associated) }
|
||||
scope :cache_ids, -> { select(:id, :updated_at) }
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user