Add commentaires on API Show Dossier

This commit is contained in:
Xavier J 2016-03-14 10:34:46 +01:00
parent 04c5432be1
commit b49770f408
3 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,5 @@
class CommentaireSerializer < ActiveModel::Serializer
attributes :email,
:body,
:created_at
end