Complete API Dossier

This commit is contained in:
Xavier J 2016-02-26 12:17:41 +01:00
parent a316165792
commit 16c72e7478
7 changed files with 115 additions and 35 deletions

View file

@ -0,0 +1,5 @@
class ChampSerializer < ActiveModel::Serializer
attributes :value
has_one :type_de_champ
end