9 lignes
192 o
Ruby
9 lignes
192 o
Ruby
# frozen_string_literal: true
|
|
|
|
class REST::TranslationSerializer < ActiveModel::Serializer
|
|
attributes :content, :detected_source_language, :provider
|
|
|
|
def content
|
|
object.text
|
|
end
|
|
end
|