Repo "boltthreads/activerecord-tablefree" is not added to CodeTriage yet, add it!

huginn

https://github.com/huginn/huginn

Ruby

Create agents that monitor and act on your behalf. Your agents are standing by!

Finance::BillingDates::ControllerMethods#billing_date

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd huginn

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Finance--BillingDates--ControllerMethods-billing_date-for-pr


# Commit to git

git add git commit -m "better docs for Finance::BillingDates::ControllerMethods#billing_date"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Finance--BillingDates--ControllerMethods-billing_date-for-pr

hub pull-request


# Celebrate!