mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 17:02:45 +08:00
6 lines
130 B
Ruby
6 lines
130 B
Ruby
# frozen_string_literal: true
|
|
|
|
class UserStatusSerializer < ApplicationSerializer
|
|
attributes :description, :emoji, :ends_at
|
|
end
|