Update lib/devise/rails/routes.rb

This commit is contained in:
José Valim
2012-03-03 11:16:21 +01:00
parent bb4f699d03
commit b93288875f

View File

@@ -184,7 +184,7 @@ module ActionDispatch::Routing
#
# In order to get Devise to recognize the deactivate action, your devise_for entry should look like this,
#
# devise_for :owners, :controllers => { :registrations => "registrations" } do
# devise_scope :owner do
# post "deactivate", :to => "registrations#deactivate", :as => "deactivate_registration"
# end
#