Class: Arel::Visitors::ToSql

Inherits:
Object
  • Object
show all
Defined in:
lib/meta_where/function.rb

Instance Method Summary collapse

Instance Method Details

#visit_MetaWhere_Function(o) ⇒ Object



103
104
105
# File 'lib/meta_where/function.rb', line 103

def visit_MetaWhere_Function o
  o.to_sqlliteral
end