spree

https://github.com/spree/spree

Ruby

Spree is a complete, modular & API-driven open source ecommerce solution for Ruby on Rails

Spree::PromotionHandler::PromotionBatchDuplicator#duplicate

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:spree/spree.git

cd spree

open core/app/models/spree/promotion_handler/promotion_batch_duplicator.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Spree--PromotionHandler--PromotionBatchDuplicator-duplicate-for-pr


# Commit to git

git add core/app/models/spree/promotion_handler/promotion_batch_duplicator.rbgit commit -m "better docs for Spree::PromotionHandler::PromotionBatchDuplicator#duplicate"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Spree--PromotionHandler--PromotionBatchDuplicator-duplicate-for-pr

hub pull-request


# Celebrate!