Class: Identity::OmniauthCallbacksController

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

Instance Method Summary collapse

Instance Method Details

#facebookObject



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

def facebook
  ('Facebook')
end

#google_oauth2Object



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

def google_oauth2
  ('Google')
end

#twitterObject



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

def twitter
  ('Twitter')
end

#windowsliveObject



19
20
21
# File 'app/controllers/identity/omniauth_callbacks_controller.rb', line 19

def windowslive
  ('Microsoft')
end

#yahooObject



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

def yahoo
  ('Yahoo')
end