module Arel::FactoryMethods

def create_on(expr)

def create_on(expr)
  Nodes::On.new expr
end