method
match?
v4.2.7 -
Show 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 29
def match?(other)
self.class == other.class
end