mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-02 17:57:36 +08:00
4 lines
179 B
Ruby
4 lines
179 B
Ruby
# frozen_string_literal: true
|
|
class ReactionSerializer < ApplicationSerializer
|
|
attributes :id, :post_id, :reaction_type, :reaction_value, :reaction_users_count, :created_at
|
|
end
|