class Arel::Visitors::UnsupportedVisitError
def initialize(object)
def initialize(object) super "Unsupported argument type: #{object.class.name}. Construct an Arel node instead." end
def initialize(object) super "Unsupported argument type: #{object.class.name}. Construct an Arel node instead." end