trailblazer

https://github.com/trailblazer/trailblazer

Ruby

The advanced business logic framework for Ruby.

Master::Providers::PlansController#find_new_plan

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:trailblazer/trailblazer.git

cd trailblazer

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Master--Providers--PlansController-find_new_plan-for-pr


# Commit to git

git add git commit -m "better docs for Master::Providers::PlansController#find_new_plan"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Master--Providers--PlansController-find_new_plan-for-pr

hub pull-request


# Celebrate!