mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Fixed path syntax error on README.md
Minor fix on the configuring controllers section.
This commit is contained in:
parent
5b49bd3450
commit
aa456c9d07
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ If the customization at the views level is not enough, you can customize each co
|
|||
end
|
||||
```
|
||||
|
||||
Note that in the above example, the controller needs to be created in the `app/controller/admins/` directory.
|
||||
Note that in the above example, the controller needs to be created in the `app/controllers/admins/` directory.
|
||||
|
||||
2. Tell the router to use this controller:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue