From 246a50876aab2f9fce9b5fd754d98c1483821826 Mon Sep 17 00:00:00 2001 From: Maud de Vries Date: Thu, 10 May 2018 22:47:27 +0200 Subject: [PATCH] Mention the -c flag for the controller generator Similar to the views section, that mentions the -v flag --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d7451da..1626a101 100644 --- a/README.md +++ b/README.md @@ -399,6 +399,7 @@ If the customization at the views level is not enough, you can customize each co ... end ``` + (Use the -c flag to specify a controller, for example: `rails generate devise:controllers users -c=sessions`) 2. Tell the router to use this controller: