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
Hello, I am tryng to adapt this extension to solidus 2.2 with rails 5, but when I execute 'http://localhost:3000/admin/marketing/lists' I get an error : Error uninitialized constant Spree::List.
Any idea ??
Thanks!!!!
The text was updated successfully, but these errors were encountered:
Hi @sechix
I guess the classes are not loading in the correct order. Can you please try adding this require_relative '../list.rb' in all the classes inherited by Spree::Marketing::List.
Hello, I am tryng to adapt this extension to solidus 2.2 with rails 5, but when I execute 'http://localhost:3000/admin/marketing/lists' I get an error : Error uninitialized constant Spree::List.
Any idea ??
Thanks!!!!
The text was updated successfully, but these errors were encountered: