method

match?

rails latest stable - Class: ActiveRecord::Associations::JoinDependency::JoinAssociation
match?(other)
public

No documentation available.

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