class Arel::Visitors::ToSql

Private Instance Methods

literal(obj) click to toggle source
# File lib/duty_free.rb, line 304
def literal(obj)
  obj
end
Also aliased as: visit_Integer
visit_Integer(obj)
Alias for: literal