1
0
Fork 0
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:
Alvaro Naveda 2014-03-25 15:43:46 +01:00
parent 5b49bd3450
commit aa456c9d07

View file

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