* replace display name with genre Id on display of session json
This commit is contained in:
parent
2bb9548f54
commit
d6431973c7
|
|
@ -3,7 +3,7 @@ object @music_session
|
|||
attributes :id, :description, :musician_access
|
||||
|
||||
node :genres do |item|
|
||||
item.genres.map(&:description)
|
||||
item.genres.map(&:id)
|
||||
end
|
||||
|
||||
child(:connections => :participants) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue