# frozen_string_literal: true class EmojiSerializer < ApplicationSerializer attributes :name, :url, :group def url Discourse.store.cdn_url(object.url) end end