1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-07 11:49:47 +00:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
123 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module EmojiHelper
def emoji_codes_to_img(str)
raw(Emoji.codes_to_img(str))
end
end