class Arel::Visitors::UnsupportedVisitError

Public Class Methods

new(object) click to toggle source
Calls superclass method
# File lib/arel/visitors/to_sql.rb, line 8
def initialize(object)
  super "Unsupported argument type: #{object.class.name}. Construct an Arel node instead."
end