mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-03-01 07:19:20 +00:00
3 lines
135 B
Ruby
3 lines
135 B
Ruby
class DiscourseChat::RuleSerializer < ApplicationSerializer
|
|
attributes :id, :channel_id, :category_id, :tags, :filter, :error_key
|
|
end |