demarches-normaliennes/app/serializers/piece_justificative_serializer.rb
2016-03-17 14:50:10 +01:00

5 lines
No EOL
125 B
Ruby

class PieceJustificativeSerializer < ActiveModel::Serializer
attributes :created_at,
:content_url => :url
end