contact_government

https://github.com/narmadainfosys/contact_government

Ruby

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

PoliticiansController#politician_params

Never trust parameters from the scary internet, only allow the white list through.

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


# Commit to git

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


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

hub pull-request


# Celebrate!