method
match?
v6.1.7.7 -
Show latest stable
- Class:
ActiveRecord::Associations::JoinDependency::JoinBase
match?(other)public
No documentation available.
# File activerecord/lib/active_record/associations/join_dependency/join_base.rb, line 16
def match?(other)
return true if self == other
super && base_klass == other.base_klass
end