Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request #1810 from meanphil/mappings-slow-exception"
This reverts commit b6ae67d, reversing changes made to 0ef4a58. This caused custom inputs to not load properly on non-eager load environments like dev/test, because those constants may not have been defined yet. The previous code would try to constantize them and force-load the lazily-loaded files/constants, the new code breaks that behavior, so we're reverting. Closes #1824, see for more info.
- Loading branch information