mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-10 08:08:00 -05:00
Fixed path syntax error on README.md
Minor fix on the configuring controllers section.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user