Fix small typo in the README.

This commit is contained in:
José Valim 2010-04-12 10:31:22 -07:00
parent bf63824aae
commit bafc859f75
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ If the customization at the views level is not enough, you can customize each co
2) Tell the router to use this controller:
devise_for :admins, :controllers => { :sessions = "admin/sessions" }
devise_for :admins, :controllers => { :sessions => "admin/sessions" }
3) And since we changed the controller, it won't use the "devise/sessions" views, so remember to copy "devise/sessions" to "admin/sessions".