mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update lib/devise/rails/routes.rb
This commit is contained in:
parent
4a24667e80
commit
5c2e3e1a12
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