match?(other)
public

No documentation available.

# File activerecord/lib/active_record/associations/join_dependency/join_part.rb, line 27
        def match?(other)
          self.class == other.class
        end