mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 10:42:34 +08:00
4 lines
179 B
Ruby
Vendored
4 lines
179 B
Ruby
Vendored
# frozen_string_literal: true
|
|
class ReactionSerializer < ApplicationSerializer
|
|
attributes :id, :post_id, :reaction_type, :reaction_value, :reaction_users_count, :created_at
|
|
end
|