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