Skip to content

Commit

Permalink
Update lib/devise/rails/routes.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby committed Aug 17, 2012
1 parent 4a24667 commit 5c2e3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devise/rails/routes.rb
Expand Up @@ -183,7 +183,7 @@ class Mapper
# 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"
Expand Down

0 comments on commit 5c2e3e1

Please sign in to comment.