master
Holly "Frinkeldoodle" Lotor 2020-01-17 07:15:13 +00:00
parent 93151f0c51
commit 503158b0cf
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ class Api::V1::CustomEmojisController < Api::BaseController
def index
expires_in 3.minutes, public: true
render_with_cache(each:serializer: REST:CustomEmojiSerializer) { CustomEmoji.local.where(disabled: false) }
render_with_cache(each_serializer: REST::CustomEmojiSerializer) { CustomEmoji.local.where(disabled: false) }
end
end