Create a product which is composed of other products.
- Add
gem "spree_product_assembly", :git => "git://github.com/spree/spree-product-assembly.git"
to your Gemfile - Run
bundle install
- Run
rails g spree_product_assembly:install
- Run
rake db:migrate