Skip to content

Instantly share code, notes, and snippets.

@amitpatelx
Created October 6, 2017 10:44
Show Gist options
  • Save amitpatelx/dd03339c8e956becd7eff7e4bc51c78c to your computer and use it in GitHub Desktop.
Save amitpatelx/dd03339c8e956becd7eff7e4bc51c78c to your computer and use it in GitHub Desktop.
Devise - Disable Sign in
devise_for :users, controllers: { omniauth_callbacks: 'users/omniauth_callbacks' },
path_names: { sign_in: '' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment