mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Updated documentation to use 1.9 hash syntax.
This commit is contained in:
parent
b50fa74596
commit
9d0d15b814
1 changed files with 3 additions and 3 deletions
|
@ -102,9 +102,9 @@ module ActionDispatch::Routing
|
||||||
# * :path_names => configure different path names to overwrite defaults :sign_in, :sign_out, :sign_up,
|
# * :path_names => configure different path names to overwrite defaults :sign_in, :sign_out, :sign_up,
|
||||||
# :password, :confirmation, :unlock.
|
# :password, :confirmation, :unlock.
|
||||||
#
|
#
|
||||||
# devise_for :users, :path_names => {
|
# devise_for :users, path_names: {
|
||||||
# :sign_in => 'login', :sign_out => 'logout',
|
# sign_in: 'login', sign_out: 'logout',
|
||||||
# :password => 'secret', :confirmation => 'verification',
|
# password: 'secret', confirmation: 'verification',
|
||||||
# registration: 'register', edit: 'edit/profile'
|
# registration: 'register', edit: 'edit/profile'
|
||||||
# }
|
# }
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue