spree

https://github.com/spree/spree

Ruby

Spree is a complete, modular & API-driven open source ecommerce solution for Ruby on Rails

Spree::Authentication::CustomGenerator#generate

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone git@github.com:spree/spree.git

cd spree

open core/lib/generators/spree/authentication/custom/custom_generator.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Spree--Authentication--CustomGenerator-generate-for-pr


# Commit to git

git add core/lib/generators/spree/authentication/custom/custom_generator.rbgit commit -m "better docs for Spree::Authentication::CustomGenerator#generate"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Spree--Authentication--CustomGenerator-generate-for-pr

hub pull-request


# Celebrate!