Skip to content

Rails prefers require_dependency so that it won't require twice:

username-removed-423915 requested to merge avoid-constant-warnings-in-rails into master

What does this MR do?

Fix warnings for loading constants twice

Are there points in the code the reviewer needs to double check?

Now it's depending on require_dependency.

Why was this MR needed?

Fixes #20724 (closed)

Backtrace before this patch: $23876

Merge request reports