2012-05-03 21:11:03 +00:00

7 lines
125 B
Ruby

collection @tracks
attribute :id
attribute :name
node(:sound_url, :if => ->(t) { t.sound? }) { |t| api_sound_url t.sound }