vinsol-spree-contrib / spree_marketing

Spree extension that allow a lot of reports synced with Mailchimp to help you in creating different subscribers list on Mailchimp. This extension provides reports like "Most Selling Products", "Abandoned Carts", "Most searched keywords", etc. to give better insights.
BSD 3-Clause "New" or "Revised" License
7 stars 18 forks source link

Error uninitialized constant Spree::List #83

Open sechix opened 7 years ago

sechix commented 7 years ago

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!!!!

tanmay3011 commented 6 years ago

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.