nas/app/presenters/activitypub/misskey_emoji_license_presenter.rb
2025-01-23 18:50:38 +09:00

5 lines
139 B
Ruby

# frozen_string_literal: true
class ActivityPub::MisskeyEmojiLicensePresenter < ActiveModelSerializers::Model
attributes :free_text
end