From 48ac592bd9d1b1fb9e069f005b084d535941240e Mon Sep 17 00:00:00 2001 From: RSL Date: Thu, 30 May 2013 12:43:40 -0400 Subject: Revert "change additional 'RESTful' routes to 'resourceful' routes as the additional actions may potentially get you farther away from RESTfulness" This reverts commit 382419d28fe8c43b88e39b83ac175973a36feca8. --- guides/source/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/routing.md') diff --git a/guides/source/routing.md b/guides/source/routing.md index ecfb649257..076b9dd176 100644 --- a/guides/source/routing.md +++ b/guides/source/routing.md @@ -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 Resourceful Actions +### Adding More RESTful 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. -- cgit v1.2.3