Class: Rankit::ApplicationController

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

Instance Method Summary collapse

Instance Method Details

#after_sign_out_path_for(resource_or_scope) ⇒ Object



3
4
5
# File 'app/controllers/rankit/application_controller.rb', line 3

def after_sign_out_path_for(resource_or_scope)
  rankit.new_user_session_path
end