Skip to content

Instantly share code, notes, and snippets.

@uris77
Created May 25, 2013 16:03
Show Gist options
  • Save uris77/5649563 to your computer and use it in GitHub Desktop.
Save uris77/5649563 to your computer and use it in GitHub Desktop.
grails where query
def query = MeetingRequest.where{
requestor == meetingRequestToRemove.requestor
requestee == meetingRequestToRemove.requestee
event == meetingRequestToRemove.event
active == true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment