module ActiveRecord::WithMerger

def merge

def merge
  super
  merge_withs
  relation
end