method
new
v7.1.3.4 -
Show latest stable
- Class:
Arel::Visitors::UnsupportedVisitError
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