2015-05-03 19:05:41 +00:00

6 lines
153 B
Ruby

collection @tracks, root: :tracks, object_root: false
extends 'api/tracks/show'
node(:sound_url, if: ->(t) { t.sound? }) { |t| api_sound_url t.sound }