Skip to content

Instantly share code, notes, and snippets.

@oleander
Created April 7, 2011 22:08
Show Gist options
  • Save oleander/908865 to your computer and use it in GitHub Desktop.
Save oleander/908865 to your computer and use it in GitHub Desktop.
songs = channel.gigs.includes({
:song => :urls
}).
order("gigs.time DESC").
limit(400).
map{ |g| g.song.spotify }.
reject(&:blank?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment