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: