Skip to content

Instantly share code, notes, and snippets.

@ejlangev
Created April 25, 2014 20:18
Show Gist options
  • Save ejlangev/11301858 to your computer and use it in GitHub Desktop.
Save ejlangev/11301858 to your computer and use it in GitHub Desktop.
Make sure all bounce venues are in the same city as their parent venue
Venue.where('bounce_venue_id IS NOT NULL').includes(:bounce_venue).select { |v| v.city_id != v.bounce_venue.city_id }.map(&:id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment