about summary refs log tree commit diff
path: root/app/lib/translation_service/translation.rb
blob: a55b825749d744f695cd60c61bc01d2cd1b06007 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class TranslationService::Translation < ActiveModelSerializers::Model
  attributes :text, :detected_source_language
end