module EdgeRider::CollectIds::ActiveRecordScope
Public Instance Methods
collect_ids()
click to toggle source
# File lib/edge_rider/collect_ids.rb, line 43 def collect_ids collect_column(:id) end
# File lib/edge_rider/collect_ids.rb, line 43 def collect_ids collect_column(:id) end