6 lines
No EOL
164 B
Ruby
6 lines
No EOL
164 B
Ruby
class PieceJustificativeSerializer < ActiveModel::Serializer
|
|
attributes :created_at,
|
|
:content_url => :url
|
|
|
|
has_one :type_de_piece_justificative
|
|
end |