Fix autoloading of DisableJoins constants
These are prepended onto ActiveRecord classes which are not autoloaded. This means autoloading does not work well inside these classes because some references could be stale when autoloaded classes are unloaded.
Showing
Please register or sign in to comment