module EdgeRider::CollectIds::ActiveRecordScope

Public Instance Methods

collect_ids() click to toggle source
# File lib/edge_rider/collect_ids.rb, line 41
def collect_ids
  collect_column(:id)
end