mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Merge pull request #2027 from nashby/patch-1
Update lib/devise/rails/routes.rb comments
This commit is contained in:
commit
33fac7f765
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ module ActionDispatch::Routing
|
|||
# end
|
||||
# end
|
||||
#
|
||||
# In order to get Devise to recognize the deactivate action, your devise_for entry should look like this,
|
||||
# In order to get Devise to recognize the deactivate action, your devise_scope entry should look like this:
|
||||
#
|
||||
# devise_scope :owner do
|
||||
# post "deactivate", :to => "registrations#deactivate", :as => "deactivate_registration"
|
||||
|
|
Loading…
Add table
Reference in a new issue