You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/uaru/.rvm/gems/ruby-3.0.3/gems/spree_mollie_gateway-4.0.1/app/controllers/spree/checkout_controller_decorator.rb:38:in `<module:Spree>': uninitialized constant Spree::CheckoutController (NameError)
Did you mean? Spree::CheckoutControllerDecorator
from /Users/uaru/.rvm/gems/ruby-3.0.3/gems/spree_mollie_gateway-4.0.1/app/controllers/spree/checkout_controller_decorator.rb:1:in `<main>'
from /Users/uaru/.rvm/gems/ruby-3.0.3/gems/bootsnap-1.10.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from /Users/uaru/.rvm/gems/ruby-3.0.3/gems/bootsnap-1.10.2/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from /Users/uaru/.rvm/gems/ruby-3.0.3/gems/zeitwerk-2.5.3/lib/zeitwerk/kernel.rb:27:in `require'
from /Users/uaru/.rvm/gems/ruby-3.0.3/gems/spree_mollie_gateway-4.0.1/app/controllers/spree/checkout_controller_decorator.rb:23:in `<module:Spree>'
It look similar to the previous issue #83, but this time it is not decorator..
The text was updated successfully, but these errors were encountered:
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..
The text was updated successfully, but these errors were encountered: