solidus
https://github.com/solidusio/solidus
Ruby
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Spree::Api::AddressBooksController#update
Update a user's address book by adding an address to it or by updating the associated UserAddress (e.g. making it the default).
Edit
git clone [email protected]:solidusio/solidus.git
cd solidus
open api/app/controllers/spree/api/address_books_controller.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Spree--Api--AddressBooksController-update-for-pr
# Commit to gitgit add api/app/controllers/spree/api/address_books_controller.rbgit commit -m "better docs for Spree::Api::AddressBooksController#update"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Spree--Api--AddressBooksController-update-for-pr
hub pull-request
# Celebrate!