casa
https://github.com/rubyforgood/casa
Ruby
Volunteer management system for nonprofit CASA, which serves foster youth in counties across America.
OtherDutyPolicy#casa_org_other_duties_enabled?
No Docs, write some!
Edit
git clone [email protected]:rubyforgood/casa.git
cd casa
open app/policies/other_duty_policy.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-OtherDutyPolicy-casa_org_other_duties_enabled--for-pr
# Commit to gitgit add app/policies/other_duty_policy.rbgit commit -m "better docs for OtherDutyPolicy#casa_org_other_duties_enabled?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-OtherDutyPolicy-casa_org_other_duties_enabled--for-pr
hub pull-request
# Celebrate!