1
0
Fork 0
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:
Vasiliy Ermolovich 2012-08-17 17:05:47 +03:00
parent 4a24667e80
commit 5c2e3e1a12

View file

@ -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"