Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 304 Bytes

README.markdown

File metadata and controls

10 lines (7 loc) · 304 Bytes

Product Assembly

Create a product which is composed of other products.

Installation

  1. Add gem "spree_product_assembly", :git => "git://github.com/spree/spree-product-assembly.git" to your Gemfile
  2. Run bundle install
  3. Run rails g spree_product_assembly:install
  4. Run rake db:migrate