Guys, I don't understand the idea behind the `Spre...
# support
m
Guys, I don't understand the idea behind the
Spree::Store
model. Apparently, it has many
payment_methods
, many
shipping_methods
and many
orders
. Is it? So if I need that a
Spree::Product
belongs to a
Spree::Store
I"ll need to implement it by myself, right?
b
yes
👍 1
m
Thanks!