one-click-orgs
https://github.com/oneclickorgs/one-click-orgs
Ruby
Create legal organisations with just one click
ProposalMailerObserver#send_notification_email
TODO If rejected, send a notification email def after_transition(proposal, transition) end
Edit
git clone [email protected]:oneclickorgs/one-click-orgs.git
cd one-click-orgs
open app/observers/proposal_mailer_observer.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ProposalMailerObserver-send_notification_email-for-pr
# Commit to gitgit add app/observers/proposal_mailer_observer.rbgit commit -m "better docs for ProposalMailerObserver#send_notification_email"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ProposalMailerObserver-send_notification_email-for-pr
hub pull-request
# Celebrate!