From 0082ffeff133d4b49f5ccffbd9c8033b25a4e640 Mon Sep 17 00:00:00 2001 From: Brooks Reese Date: Sun, 9 Aug 2015 11:16:20 -0500 Subject: [ci skip] Note that each action maps to a specific CRUD operation --- guides/source/routing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/routing.md b/guides/source/routing.md index cf828462ce..a710c46d81 100644 --- a/guides/source/routing.md +++ b/guides/source/routing.md @@ -83,7 +83,9 @@ Rails would dispatch that request to the `destroy` method on the `photos` contro ### CRUD, Verbs, and Actions -In Rails, a resourceful route provides a mapping between HTTP verbs and URLs to controller actions. By convention, each action also maps to particular CRUD operations in a database. A single entry in the routing file, such as: +In Rails, a resourceful route provides a mapping between HTTP verbs and URLs to +controller actions. By convention, each action also maps to a specific CRUD +operation in a database. A single entry in the routing file, such as: ```ruby resources :photos -- cgit v1.2.3