change additional 'RESTful' routes to 'resourceful' routes as the additional actions may potentially get you farther away from RESTfulness

This commit is contained in:
RSL 2013-05-30 12:17:40 -04:00
parent 6f30110cb4
commit 382419d28f

@ -461,7 +461,7 @@ For other actions, you just need to insert the action name as the first element
This allows you to treat instances of your models as URLs, and is a key advantage to using the resourceful style.
### Adding More RESTful Actions
### Adding More Resourceful Actions
You are not limited to the seven routes that RESTful routing creates by default. If you like, you may add additional routes that apply to the collection or individual members of the collection.