mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Tiny change in generator README.
This commit is contained in:
parent
6d6633d1fb
commit
a79e8e0404
1 changed files with 3 additions and 2 deletions
|
@ -11,8 +11,9 @@ Some setup you must do manually if you haven't yet:
|
|||
This is a required Rails configuration. In production is must be the
|
||||
actual host of your application
|
||||
|
||||
2. Ensure you have defined root_url to *something* in your config/routes.rb:
|
||||
2. Ensure you have defined root_url to *something* in your config/routes.rb.
|
||||
For example:
|
||||
|
||||
map.root :controller => 'home'
|
||||
root :to => "home#index"
|
||||
|
||||
===============================================================================
|
||||
|
|
Loading…
Reference in a new issue