module EdgeRider::CollectIds::ActiveRecordValue

Public Instance Methods

collect_ids() click to toggle source
# File lib/edge_rider/collect_ids.rb, line 33
def collect_ids
  [id]
end