Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not constantize Spree.user_class in UserClassHandle
`Spree.user_class` will constantize the configured user class. If called during Rails start-up, this will autoload the configured user class, which is not necessarily desired. We can do without the autoloading by directly getting the class variable rather than going through `Spree.user_class`.
- Loading branch information