spree-contrib / spree-multi-domain

Multiple Spree stores on different domains - single unified backed for processing orders
https://guides.spreecommerce.org
194 stars 191 forks source link

removed has_many :orders, is included in original #165

Open sanchojaf opened 7 years ago

sanchojaf commented 7 years ago

The original Store definition model in Spree has the has_many relation with orders, check the next line

https://github.com/spree/spree/blob/master/core/app/models/spree/store.rb#L3