Skip to content

Commit e83b0da

Browse files
committed
Update name.rb
1 parent 0c4d1b1 commit e83b0da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/name.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ def genus
11641164
end
11651165

11661166
def lineage_find(rank)
1167-
lineage(true).find { |par| par.inferred_rank == rank.to_s }
1167+
lineage(with_self: true).find { |par| par.inferred_rank == rank.to_s }
11681168
end
11691169

11701170
def rank_index

0 commit comments

Comments
 (0)