hitobito

https://github.com/hitobito/hitobito

Ruby

A web application to manage complex group hierarchies with members, events and a lot more.

MailingList::MailLogsController#list_entries

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd hitobito

open app/controllers/mailing_list/mail_logs_controller.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-MailingList--MailLogsController-list_entries-for-pr


# Commit to git

git add app/controllers/mailing_list/mail_logs_controller.rbgit commit -m "better docs for MailingList::MailLogsController#list_entries"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-MailingList--MailLogsController-list_entries-for-pr

hub pull-request


# Celebrate!