solidus
https://github.com/solidusio/solidus
Ruby
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Spree::Product#variant_option_values_by_option_type
Groups all of the option values that are associated to the product's variants, grouped by option type. used to determine the applied option_types associated with the products variants grouped by option type
Edit
git clone [email protected]:solidusio/solidus.git
cd solidus
open core/app/models/spree/product.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Spree--Product-variant_option_values_by_option_type-for-pr
# Commit to gitgit add core/app/models/spree/product.rbgit commit -m "better docs for Spree::Product#variant_option_values_by_option_type"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Spree--Product-variant_option_values_by_option_type-for-pr
hub pull-request
# Celebrate!