Mention the -c flag for the controller generator

Similar to the views section, that mentions the -v flag
This commit is contained in:
Maud de Vries
2018-05-10 22:47:27 +02:00
committed by Leonardo Tegon
parent 8866b8e5eb
commit 246a50876a

View File

@@ -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: