rails
https://github.com/rails/rails
Ruby
Ruby on Rails
ActionDispatch::Routing::Mapper::Resources::SingletonResource.default_actions
No Docs, write some!
Edit
git clone [email protected]:rails/rails.git
cd rails
open actionpack/lib/action_dispatch/routing/mapper.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ActionDispatch--Routing--Mapper--Resources--SingletonResource-default_actions-for-pr
# Commit to gitgit add actionpack/lib/action_dispatch/routing/mapper.rbgit commit -m "better docs for ActionDispatch::Routing::Mapper::Resources::SingletonResource.default_actions"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ActionDispatch--Routing--Mapper--Resources--SingletonResource-default_actions-for-pr
hub pull-request
# Celebrate!