method

match?

rails latest stable - Class: ActiveRecord::Associations::JoinDependency::JoinPart
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