2016-02-26 12:17:41 +01:00
|
|
|
class CerfaSerializer < ActiveModel::Serializer
|
2016-03-14 17:30:22 +01:00
|
|
|
attributes :created_at,
|
2016-11-15 09:54:17 +01:00
|
|
|
:content_url
|
2016-03-14 17:30:22 +01:00
|
|
|
|
2016-03-17 17:33:38 +01:00
|
|
|
has_one :user
|
2016-02-26 12:17:41 +01:00
|
|
|
end
|