mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-11-27 02:51:07 +00:00
3 lines
123 B
Ruby
3 lines
123 B
Ruby
class DiscourseChat::RuleSerializer < ApplicationSerializer
|
|
attributes :id, :channel_id, :category_id, :tags, :filter
|
|
end |