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



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

def (_resource)
  quadro.root_path
end

#after_sign_out_path_for(_resource) ⇒ Object



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

def after_sign_out_path_for(_resource)
  quadro.root_path
end