Open uaru opened 2 years ago
Encountering the same issue, also with the 'spree_mollie_gateway' gem in a (relatively fresh) Spree project, but with Spree::Api::V1::ShipmentsController.
NameError: uninitialized constant Spree::Api::V1::ShipmentsController (NameError)
Spree::Api::V1::ShipmentsController.prepend(Spree::Api::V1::ShipmentsControllerDecorator)
^^^^^^^^^^^^^^^^^^^^^
Did you mean? Spree::ShipmentDecorator
Any thoughts on the matter would be greatly appreciated.
Fresh Spree project.
Added tp Gemfile
then run
The result is below:
It look similar to the previous issue #83, but this time it is not decorator..