openstreetmap-website
https://github.com/openstreetmap/openstreetmap-website
Ruby
The Rails application that powers OpenStreetMap
Oauth2Token#state=
Sets the attribute state
Edit
git clone [email protected]:openstreetmap/openstreetmap-website.git
cd openstreetmap-website
open app/models/oauth2_token.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Oauth2Token-state--for-pr
# Commit to gitgit add app/models/oauth2_token.rbgit commit -m "better docs for Oauth2Token#state="
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Oauth2Token-state--for-pr
hub pull-request
# Celebrate!