diff options
author | RSL <sconds@gmail.com> | 2013-05-30 12:43:40 -0400 |
---|---|---|
committer | RSL <sconds@gmail.com> | 2013-05-30 12:43:40 -0400 |
commit | 48ac592bd9d1b1fb9e069f005b084d535941240e (patch) | |
tree | 88f51d34f09f1c806533c23ffbba9619716cc05c /guides | |
parent | 382419d28fe8c43b88e39b83ac175973a36feca8 (diff) | |
download | rails-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')
-rw-r--r-- | guides/source/routing.md | 2 |
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. |