Skip to content

Instantly share code, notes, and snippets.

@vinhnglx
Created September 17, 2014 15:27
Show Gist options
  • Save vinhnglx/8d2dc200b98184d63bf0 to your computer and use it in GitHub Desktop.
Save vinhnglx/8d2dc200b98184d63bf0 to your computer and use it in GitHub Desktop.
Easily switch user without login, logout ref: http://qiita.com/vinhnguyenleasnet/items/1d5061b443173da967bc
gem "switch_user
SwitchUser::Application.routes.draw do
match 'switch_user' => 'switch_user#set_current_user'
end
= switch_user_select
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment