ruby-trello

https://github.com/jeremytregunna/ruby-trello

Ruby

Implementation of the Trello API for Ruby

Trello::AssociationFetcher::HasMany::Params#fetch_path

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:jeremytregunna/ruby-trello.git

cd ruby-trello

open lib/trello/association_fetcher/has_many/params.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Trello--AssociationFetcher--HasMany--Params-fetch_path-for-pr


# Commit to git

git add lib/trello/association_fetcher/has_many/params.rbgit commit -m "better docs for Trello::AssociationFetcher::HasMany::Params#fetch_path"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Trello--AssociationFetcher--HasMany--Params-fetch_path-for-pr

hub pull-request


# Celebrate!