solidus
https://github.com/solidusio/solidus
Ruby
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Spree::Preferences::Preferable#has_preference!
Raises an exception if the +name+ preference is not defined on this class
Edit
git clone [email protected]:solidusio/solidus.git
cd solidus
open core/lib/spree/preferences/preferable.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Spree--Preferences--Preferable-has_preference--for-pr
# Commit to gitgit add core/lib/spree/preferences/preferable.rbgit commit -m "better docs for Spree::Preferences::Preferable#has_preference!"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Spree--Preferences--Preferable-has_preference--for-pr
hub pull-request
# Celebrate!