method

overlaps

rails latest stable - Class: Arel::Predications
overlaps(other)
public

No documentation available.

# File activerecord/lib/arel/predications.rb, line 223
    def overlaps(other)
      Arel::Nodes::Overlaps.new self, quoted_node(other)
    end