aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/routing.md
diff options
context:
space:
mode:
authorRSL <sconds@gmail.com>2013-05-30 12:43:40 -0400
committerRSL <sconds@gmail.com>2013-05-30 12:43:40 -0400
commit48ac592bd9d1b1fb9e069f005b084d535941240e (patch)
tree88f51d34f09f1c806533c23ffbba9619716cc05c /guides/source/routing.md
parent382419d28fe8c43b88e39b83ac175973a36feca8 (diff)
downloadrails-48ac592bd9d1b1fb9e069f005b084d535941240e.tar.gz
rails-48ac592bd9d1b1fb9e069f005b084d535941240e.tar.bz2
rails-48ac592bd9d1b1fb9e069f005b084d535941240e.zip
Revert "change additional 'RESTful' routes to 'resourceful' routes as the additional actions may potentially get you farther away from RESTfulness"
This reverts commit 382419d28fe8c43b88e39b83ac175973a36feca8.
Diffstat (limited to 'guides/source/routing.md')
-rw-r--r--guides/source/routing.md2
1 files changed, 1 insertions, 1 deletions
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.