https://github.com/steventen/render-without-action
https://github.com/steventen/render-without-action
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/steventen/render-without-action
- Owner: steventen
- Created: 2015-03-27T15:34:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-27T15:35:17.000Z (over 11 years ago)
- Last Synced: 2025-02-09T05:46:43.072Z (over 1 year ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
When you set `resources :projects` in routes
You can still visit `http://localhost:3000/projects`, even though there is no `index` action inside of the projects controller.