Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix module_breadcrumbs when parent is a class
`RDoc::Store#find_module_named` does not find classes (though `RDoc::TopLevel#find_module_named` and `RDoc::Context#find_module_named` both do). Thus, prior to this commit, when a parent module was a class, its breadcrumb would not be linked. This commit fixes the issue by changing `RDoc::Store#find_module_named` to `RDoc::Store#find_class_or_module`.
- Loading branch information