class ExceptionHunter::Devise::SessionsController
Used so we can integrate with {github.com/heartcombo/devise Devise} and provide a custom login on the dashboard.
Public Instance Methods
after_sign_in_path_for(*)
click to toggle source
# File lib/exception_hunter/devise.rb, line 14 def after_sign_in_path_for(*) '/exception_hunter' end
after_sign_out_path_for(*)
click to toggle source
# File lib/exception_hunter/devise.rb, line 10 def after_sign_out_path_for(*) '/exception_hunter/login' end