fix test
This commit is contained in:
parent
c07986f933
commit
2399d8a670
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Api::V1::EmojiReactionsController < Api::BaseController
|
||||||
end
|
end
|
||||||
|
|
||||||
def cached_emoji_reactions
|
def cached_emoji_reactions
|
||||||
cache_collection(results.map(&:status), EmojiReaction)
|
preload_collection(results.map(&:status), EmojiReaction)
|
||||||
end
|
end
|
||||||
|
|
||||||
def results
|
def results
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue