Skip to content

Commit 16bc5fd

Browse files
committed
Remove unused JoinPart#name
1 parent d414881 commit 16bc5fd

File tree

1 file changed

+0
-4
lines changed
  • activerecord/lib/active_record/associations/join_dependency

1 file changed

+0
-4
lines changed

activerecord/lib/active_record/associations/join_dependency/join_part.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ def initialize(base_klass, children)
2222
@children = children
2323
end
2424

25-
def name
26-
reflection.name
27-
end
28-
2925
def match?(other)
3026
self.class == other.class
3127
end

0 commit comments

Comments
 (0)