method

new

new(object)
public

No documentation available.

# File activerecord/lib/arel/visitors/to_sql.rb, line 6
      def initialize(object)
        super "Unsupported argument type: #{object.class.name}. Construct an Arel node instead."
      end