Skip to content

Instantly share code, notes, and snippets.

@ck3g
Last active December 14, 2015 14:18
Show Gist options
  • Save ck3g/5099585 to your computer and use it in GitHub Desktop.
Save ck3g/5099585 to your computer and use it in GitHub Desktop.
scope :masseurs_with_name, ->(name) {
includes(:users).where('users.first_name like :name OR users.last_name like :name', name: "%#{name}%" )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment