spree-contrib / spree_print_invoice

Create a PDF invoice for Spree orders.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
91 stars 239 forks source link

:bug: (models) use require instead of include #144

Closed imgarylai closed 4 years ago

imgarylai commented 4 years ago

the include way caused problem on production (because of rails 6 zeitwerk? )