Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Geo Activities

Philip Vieira edited this page Oct 7, 2013 · 1 revision

Find duplicate activities

User.where(:geo_activities.ne => nil).map(&:geo_activities).reject { |geo| geo.map(&:_id).uniq.length == geo.map(&:_id).length }
Clone this wiki locally