Class: UserSwitch::UserSwitchController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/user_switch/user_switch_controller.rb

Instance Method Summary collapse

Instance Method Details

#switchObject



3
4
5
6
7
8
# File 'app/controllers/user_switch/user_switch_controller.rb', line 3

def switch
  sign_out params[:scope]
   (params[:scope].camelize.constantize).find(params[:resource_id])

  redirect_to request.referer
end