contact_government

https://github.com/narmadainfosys/contact_government

Ruby

Contact Government through SMS, Missed Calls, Emails, Tweets.

PoliticiansController#update

PATCH/PUT /politicians/1
PATCH/PUT /politicians/1.json

Source | Google | Stack overflow

Edit

git clone [email protected]:narmadainfosys/contact_government.git

cd contact_government

open app/controllers/politicians_controller.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-PoliticiansController-update-for-pr


# Commit to git

git add app/controllers/politicians_controller.rbgit commit -m "better docs for PoliticiansController#update"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-PoliticiansController-update-for-pr

hub pull-request


# Celebrate!