solidusio-contrib / solidus_editor

:pencil: Adds support for WYSIWYG editors to Solidus
BSD 3-Clause "New" or "Revised" License
19 stars 33 forks source link

Autoloading Broken #65

Open embold-tyler opened 1 year ago

embold-tyler commented 1 year ago

Looks like this commit is causing an error in Rails 6. After a bundle update, getting a fatal error upon loading the initializer.

uninitialized constant SpreeEditor::Config (NameError)

Specifying the ref of the previous commit works. If I update the rails requirement to version 7, it also works.