solidus

https://github.com/solidusio/solidus

Ruby

🛒 Solidus, the open-source eCommerce framework for industry trailblazers.

Spree::Responder#on_failure

Returns the value of attribute on_failure

Source | Google | Stack overflow

Edit

git clone [email protected]:solidusio/solidus.git

cd solidus

open core/lib/spree/responder.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Spree--Responder-on_failure-for-pr


# Commit to git

git add core/lib/spree/responder.rbgit commit -m "better docs for Spree::Responder#on_failure"


# 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--Responder-on_failure-for-pr

hub pull-request


# Celebrate!