Class: Dashboard::V2::PasswordsController

Inherits:
Devise::PasswordsController
  • Object
show all
Includes:
OwnerLoginMode
Defined in:
app/controllers/dashboard/v2/passwords_controller.rb

Overview

typed: ignore frozen_string_literal: true

Instance Method Summary collapse

Methods included from OwnerLoginMode

#current_owner, #group_owner_type?, #request_path_contain_group?, #single_owner_type?

Instance Method Details

#after_resetting_password_path_for(_resource) ⇒ Object



8
9
10
# File 'app/controllers/dashboard/v2/passwords_controller.rb', line 8

def after_resetting_password_path_for(_resource)
  dashboard_v2_reservations_path
end