From 387928c2348880c5801b422805a069e7c4910289 Mon Sep 17 00:00:00 2001 From: Mikhail Dieterle Date: Sat, 16 Mar 2013 11:08:01 +0300 Subject: Capitalize first letter in sentence --- 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 d7a4a237ed..24cd12713c 100644 --- a/guides/source/routing.md +++ b/guides/source/routing.md @@ -850,7 +850,7 @@ resources :user_permissions, controller: 'admin/user_permissions' This will route to the `Admin::UserPermissions` controller. -NOTE: Only the directory notation is supported. specifying the +NOTE: Only the directory notation is supported. Specifying the controller with ruby constant notation (eg. `:controller => 'Admin::UserPermissions'`) can lead to routing problems and results in a warning. -- cgit v1.2.3