Skip to content

Instantly share code, notes, and snippets.

@jeffscottbrown
Created September 7, 2017 15:55
Show Gist options
  • Select an option

  • Save jeffscottbrown/245f8e7a3d7e5efc1dbfcc02f9e23811 to your computer and use it in GitHub Desktop.

Select an option

Save jeffscottbrown/245f8e7a3d7e5efc1dbfcc02f9e23811 to your computer and use it in GitHub Desktop.
Where Query Example
def query = Person.where {
pets.size() == 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment