Class: Trestle::Omniauth::Configuration

Inherits:
Object
  • Object
show all
Extended by:
ActiveSupport::Autoload
Includes:
Configurable
Defined in:
lib/trestle/omniauth/configuration.rb

Instance Method Summary collapse

Instance Method Details

#provider(name, *args) ⇒ Object



30
31
32
# File 'lib/trestle/omniauth/configuration.rb', line 30

def provider(name, *args)
  providers[name] = args
end