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:
parent
8866b8e5eb
commit
246a50876a
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue