From b68aae003ad7456f6c365fa86d212fd1e5a46ff7 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Thu, 30 Mar 2017 15:57:32 -0400 Subject: Small grammar fix [ci skip] --- guides/source/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/routing.md b/guides/source/routing.md index 86492a9332..53735ce82e 100644 --- a/guides/source/routing.md +++ b/guides/source/routing.md @@ -545,7 +545,7 @@ TIP: If you find yourself adding many extra actions to a resourceful route, it's Non-Resourceful Routes ---------------------- -In addition to resource routing, Rails has powerful support for routing arbitrary URLs to actions. Here, you don't get groups of routes automatically generated by resourceful routing. Instead, you set up each route within your application separately. +In addition to resource routing, Rails has powerful support for routing arbitrary URLs to actions. Here, you don't get groups of routes automatically generated by resourceful routing. Instead, you set up each route separately within your application. While you should usually use resourceful routing, there are still many places where the simpler routing is more appropriate. There's no need to try to shoehorn every last piece of your application into a resourceful framework if that's not a good fit. -- cgit v1.2.3