demarches-normaliennes/app/serializers/cerfa_serializer.rb
2016-11-15 09:54:17 +01:00

6 lines
No EOL
120 B
Ruby

class CerfaSerializer < ActiveModel::Serializer
attributes :created_at,
:content_url
has_one :user
end