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