0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-04 10:39:43 +08:00
discourse/app/helpers/emoji_helper.rb

7 lines
123 B
Ruby
Vendored

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