Module: ActiveRecord::Originator::ArelVisitorExtension
- Defined in:
- lib/activerecord/originator/arel_visitor_extension.rb
Constant Summary collapse
- TARGET_NODE_CLASSESS =
i[ Ascending Descending Equality NotEqual InnerJoin HomogeneousIn GreaterThanOrEqual GreaterThan LessThan LessThanOrEqual GreaterThanOrEqual ]
Instance Method Summary collapse
Instance Method Details
#accept(object, collector) ⇒ Object
20 21 22 |
# File 'lib/activerecord/originator/arel_visitor_extension.rb', line 20 def accept(object, collector) super(object, CollectorProxy.new(collector)) end |