1 2 3 4 5 6 7
module Arel class Insert < Compound def eval unoperated_rows + [Row.new(self, record.values.collect(&:value))] end end end