Skip to content

Commit

Permalink
Docs: fixed example route typo (comment from Disqus)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hilton authored and guillaumebort committed Jan 11, 2011
1 parent 1258c45 commit 420a66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/manual/routes.textile
Expand Up @@ -156,7 +156,7 @@ GET /clients/{id} Clients.show

With these definitions, the URI:

bc. /client/all
bc. /clients/all

will be intercepted by the first route and will call Clients.listAll (even if the second route matched the request too).

Expand Down

0 comments on commit 420a66f

Please sign in to comment.