Skip to content

Instantly share code, notes, and snippets.

@ahawkins
Created July 4, 2013 11:45
Show Gist options
  • Select an option

  • Save ahawkins/5927020 to your computer and use it in GitHub Desktop.

Select an option

Save ahawkins/5927020 to your computer and use it in GitHub Desktop.
join(:email_addresses, contact_id: :id).
where(account_id: query.account.id).
where(address: query.address).
limit(1).
first
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment