discourse/app/serializers/user_status_serializer.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
120 B
Ruby
Raw Normal View History

2022-05-27 05:15:14 -04:00
# frozen_string_literal: true
class UserStatusSerializer < ApplicationSerializer
attributes :description, :emoji
end