mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Merge pull request #1264 from invisiblefunnel/master
Fixes small typo in routes documentation
This commit is contained in:
commit
fb1220af97
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ module ActionDispatch::Routing
|
|||
#
|
||||
# Also pay attention that when you use a namespace it will affect all the helpers and methods for controllers
|
||||
# and views. For example, using the above setup you'll end with following methods:
|
||||
# current_publisher_account, authenticate_publisher_account!, pusblisher_account_signed_in, etc.
|
||||
# current_publisher_account, authenticate_publisher_account!, publisher_account_signed_in, etc.
|
||||
#
|
||||
# * :skip => tell which controller you want to skip routes from being created:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue