boomerdigital / solidus_avatax_certified

Improve your Solidus store's sales tax decision automation with Avalara AvaTax
BSD 3-Clause "New" or "Revised" License
9 stars 44 forks source link

FIx autoloaded constant issue #172

Closed DanielePalombo closed 2 years ago

DanielePalombo commented 2 years ago

This changes is made to remove the warning message about

Initialization autoloaded the constants

More details: https://bill.harding.blog/2021/07/22/rails-6-1-deprecation-warning-initialization-autoloaded-the-constants-what-to-do-about-it/

The following command can be execute to test there are no other warning message related in a project which includes it.

bundle exec rails zeitwerk:check RAILS_ENV=test