Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In solidusio#65 and solidusio#71 they changed how the engine is loaded using the Rails initializers. This updates causes some issues when using Rails < 6.1 because the initializers are totally different. The solution is to load the extension outside of the initializer block until we use Rails 6.1 or newer version. Ref: solidusio#73.
- Loading branch information