demarches-normaliennes/app/serializers/piece_justificative_serializer.rb

5 lines
138 B
Ruby
Raw Normal View History

2016-02-26 12:17:41 +01:00
class PieceJustificativeSerializer < ActiveModel::Serializer
attributes :content_url => :url
has_one :type_de_piece_justificative
end