contact_government

https://github.com/narmadainfosys/contact_government

Ruby

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

PoliticiansController#set_politician

Use callbacks to share common setup or constraints between actions.

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-set_politician-for-pr


# Commit to git

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


# 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-set_politician-for-pr

hub pull-request


# Celebrate!