Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
silence deprecation warning from the rename of
Module#parent
to `Mo…
…dule#module_parent` Rails 6 deprecated `Module#parent` and friends in rails/rails#34051, replacing them with a `module_*`-prefix naming scheme. This checks to see if `module_parent` is defined, using it if it's available.
- Loading branch information