demarches-normaliennes/app/serializers/cerfa_serializer.rb

7 lines
No EOL
129 B
Ruby

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