Class: Authentication

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/authentication.rb

Class Method Summary collapse

Class Method Details

.providersObject



11
12
13
14
15
16
17
18
19
20
# File 'app/models/authentication.rb', line 11

def providers
  [
    ["facebook", "Facebook"],
    ["vkontakte", "Vkontakte"],
    ["odnoklassniki", "Odnoklassniki"]
    # ['twitter', 'Twitter'],
    # ['github', 'Github'],
    # ['google_oauth2', 'Google']
  ]
end