5 lines
No EOL
138 B
Ruby
5 lines
No EOL
138 B
Ruby
class PieceJustificativeSerializer < ActiveModel::Serializer
|
|
attributes :content_url => :url
|
|
|
|
has_one :type_de_piece_justificative
|
|
end |