Module: ContourAuthenticatable

Extended by:
ActiveSupport::Concern
Included in:
Authentication
Defined in:
app/models/concerns/contour_authenticatable.rb

Instance Method Summary collapse

Instance Method Details

#provider_nameObject



8
9
10
# File 'app/models/concerns/contour_authenticatable.rb', line 8

def provider_name
  OmniAuth.config.camelizations[provider.to_s.downcase] || provider.to_s.titleize
end