1
0
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-18 16:11:42 +01:00

6 lines
162 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class TranslationService::Translation < ActiveModelSerializers::Model
attributes :text, :detected_source_language, :provider
end