mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-11-25 18:11:05 +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 |