1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

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: