method
match?
v6.0.0 -
Show 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 20
def match?(other)
return true if self == other
super && reflection == other.reflection
end