trailblazer

https://github.com/trailblazer/trailblazer

Ruby

The advanced business logic framework for Ruby.

Trailblazer::Operation::Representer::DSL.extended

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd trailblazer

open lib/trailblazer/operation/representer.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Trailblazer--Operation--Representer--DSL-extended-for-pr


# Commit to git

git add lib/trailblazer/operation/representer.rbgit commit -m "better docs for Trailblazer::Operation::Representer::DSL.extended"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Trailblazer--Operation--Representer--DSL-extended-for-pr

hub pull-request


# Celebrate!