Class: Quadro::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/quadro/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#after_sign_in_path_for(_resource) ⇒ Object



5
6
7
# File 'app/controllers/quadro/application_controller.rb', line 5

def (_resource)
  quadro.root_path
end

#after_sign_out_path_for(_resource) ⇒ Object



9
10
11
# File 'app/controllers/quadro/application_controller.rb', line 9

def after_sign_out_path_for(_resource)
  quadro.root_path
end