[#1421] API export for linked drop down menus
This commit is contained in:
parent
5192929730
commit
785c9cb9b9
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
class Champs::LinkedDropDownListChampSerializer < ChampSerializer
|
||||
def value
|
||||
{ primary: object.primary_value, secondary: object.secondary_value }
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue