Skip to content

Instantly share code, notes, and snippets.

@ipolevoy
Created August 11, 2014 18:51
Show Gist options
  • Save ipolevoy/949fa68b52405b69937b to your computer and use it in GitHub Desktop.
Save ipolevoy/949fa68b52405b69937b to your computer and use it in GitHub Desktop.
List<Tickets> tickets = Person.where("name = ?", "Bill");
for(Ticket t: tickets)
System.out.println(t);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment