By alcojunky
via matt-beedle.com
Published: Jul 20 2007 / 06:27
When developing rails applications using REST, all controllers have only seven actions (index, show, new, create, edit, update and destroy). Occasionally there is a need for additional custom actions. They can be added very simply in config/routes.rb.
Tweet
SaveShareSend
Tags: frameworks, how-to, methodology, ruby
Add your comment