class PasswordsController

Protected Instance Methods

after_resetting_password_path_for(resource) click to toggle source
# File app/controllers/passwords_controller.rb, line 5
    def after_resetting_password_path_for(resource)
    root_path
end