mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 16:46:12 +08:00
0996c3b7b3
Note: DBHelper would fail with a sql syntax error on columns like "group". Co-authored-by: Jarek Radosz <jradosz@gmail.com>
6 lines
114 B
Ruby
6 lines
114 B
Ruby
# frozen_string_literal: true
|
|
|
|
class EmojiSerializer < ApplicationSerializer
|
|
attributes :name, :url, :group
|
|
end
|