mirror of
https://github.com/discourse/discourse.git
synced 2026-08-18 08:55:14 -05:00
6 lines
130 B
Ruby
6 lines
130 B
Ruby
# frozen_string_literal: true
|
|
|
|
class UserStatusSerializer < ApplicationSerializer
|
|
attributes :description, :emoji, :ends_at
|
|
end
|