solidus
https://github.com/solidusio/solidus
Ruby
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Spree::PromotionCode::BatchBuilder#options
Returns the value of attribute options
Edit
git clone [email protected]:solidusio/solidus.git
cd solidus
open legacy_promotions/app/models/spree/promotion_code/batch_builder.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Spree--PromotionCode--BatchBuilder-options-for-pr
# Commit to gitgit add legacy_promotions/app/models/spree/promotion_code/batch_builder.rbgit commit -m "better docs for Spree::PromotionCode::BatchBuilder#options"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Spree--PromotionCode--BatchBuilder-options-for-pr
hub pull-request
# Celebrate!