VRFS-3459 added plan_code to jam_track_search json

This commit is contained in:
Jonathan Kolyer 2015-10-13 17:33:12 +00:00
parent 538f7e75a1
commit 325768e5e1
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ module JamRuby
'name' => jt.name,
'artist' => jt.original_artist,
'genre' => jt.genres.map(&:description).join(', '),
'plan_code' => jt.plan_code,
'year' => ''
}
end