rails
https://github.com/rails/rails
Ruby
Ruby on Rails
ActionController::RequestForgeryProtection#normalize_relative_action_path
No Docs, write some!
Edit
git clone git@github.com:rails/rails.git
cd rails
open actionpack/lib/action_controller/metal/request_forgery_protection.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ActionController--RequestForgeryProtection-normalize_relative_action_path-for-pr
# Commit to gitgit add actionpack/lib/action_controller/metal/request_forgery_protection.rbgit commit -m "better docs for ActionController::RequestForgeryProtection#normalize_relative_action_path"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ActionController--RequestForgeryProtection-normalize_relative_action_path-for-pr
hub pull-request
# Celebrate!