demarches-normaliennes/app/serializers/cerfa_serializer.rb
2016-02-26 12:17:41 +01:00

6 lines
No EOL
112 B
Ruby

class CerfaSerializer < ActiveModel::Serializer
attributes :content_url => :url
has_one :type_de_champ
end