Skip to content

Instantly share code, notes, and snippets.

@walshyb
Last active August 14, 2020 17:35
Show Gist options
  • Save walshyb/e42ed7a48e3755d9bfd29cdba26d1a1f to your computer and use it in GitHub Desktop.
Save walshyb/e42ed7a48e3755d9bfd29cdba26d1a1f to your computer and use it in GitHub Desktop.
Updated where clause that includes primary
where(conditions.to_h)
.includes(:email_addresses)
.where(email_addresses: {
email: email,
primary: true
}).first
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment