Module Reloadable::Subclasses
In: vendor/rails/activesupport/lib/active_support/reloadable.rb

Captures the common pattern where a base class should not be reloaded, but its subclasses should be.

Deprecated as of Rails 1.2. All autoloaded objects are now unloaded.

[Validate]