Skip to content

Instantly share code, notes, and snippets.

@tomtt
Created April 26, 2009 01:40
Show Gist options
  • Select an option

  • Save tomtt/101841 to your computer and use it in GitHub Desktop.

Select an option

Save tomtt/101841 to your computer and use it in GitHub Desktop.
aa = Artist.last
gigs = aa.gigs
gigs.last
id = gigs.last.id
Gig.find(id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment