* replace display name with genre Id on display of session json

This commit is contained in:
Seth Call 2012-11-03 23:27:37 -05:00
parent 2bb9548f54
commit d6431973c7
1 changed files with 1 additions and 1 deletions

View File

@ -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) {