consul
https://github.com/consul/consul
Ruby
Consul - Open Government and E-Participation Web Software
ApplicationController#process_params_model_view
Method for processing params and finding correct model for current params.
Edit
git clone [email protected]:consul/consul.git
cd consul
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ApplicationController-process_params_model_view-for-pr
# Commit to gitgit add git commit -m "better docs for ApplicationController#process_params_model_view"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ApplicationController-process_params_model_view-for-pr
hub pull-request
# Celebrate!