Class: Users::OmniauthCallbacksController

Inherits:
Devise::OmniauthCallbacksController
  • Object
show all
Defined in:
app/controllers/users/omniauth_callbacks_controller.rb

Instance Method Summary collapse

Instance Method Details

#facebookObject



15
16
17
# File 'app/controllers/users/omniauth_callbacks_controller.rb', line 15

def facebook
  provider :facebook
end

#githubObject



3
4
5
# File 'app/controllers/users/omniauth_callbacks_controller.rb', line 3

def github
  provider :github
end

#google_appsObject



11
12
13
# File 'app/controllers/users/omniauth_callbacks_controller.rb', line 11

def google_apps
  provider :google_apps
end

#twitterObject



7
8
9
# File 'app/controllers/users/omniauth_callbacks_controller.rb', line 7

def twitter
  provider :twitter
end