[#1421] API export for linked drop down menus

This commit is contained in:
Frederic Merizen 2018-06-28 08:43:32 +00:00
parent 5192929730
commit 785c9cb9b9

View file

@ -0,0 +1,5 @@
class Champs::LinkedDropDownListChampSerializer < ChampSerializer
def value
{ primary: object.primary_value, secondary: object.secondary_value }
end
end