match?(other)
public

No documentation available.

# File activerecord/lib/active_record/associations/join_dependency/join_association.rb, line 20
        def match?(other)
          return true if self == other
          super && reflection == other.reflection
        end