Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing
Administrate::VERSION
reference
In #2479, we switched to using a dedicated `ActiveSupport::Deprecation` instance to handle a deprecation warning. Unfortunately, in some circumstances, we reference the `VERSION` constant when it's not been loaded, which seems to happen when we render the deprecation warnings.
- Loading branch information