workarea-commerce / workarea

Workarea is an enterprise-grade Ruby on Rails commerce platform
https://www.workarea.com
Other
326 stars 66 forks source link

Make Workarea compatible with Zeitwerk #500

Closed bencrouse closed 4 years ago

bencrouse commented 4 years ago

This updates to the latest version of the rails-decorators gem, and makes a few minor changes to allow Zeitwerk loading to function correctly.

To check that your project is good to go for Zeitwerk, we recommend running rails zeitwerk:check which will test your application to determine if it's ready.