jam-cloud/web/app/views/api_jam_tracks/artist_index.rabl

7 lines
120 B
Ruby

node :next do |page|
@next
end
node :artists do |page|
partial "api_jam_tracks/show_artist", object: @artists
end