class OmniAuth::Strategies::NoHostError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/omniauth/strategies/jama-connect.rb, line 43
def initialize
  super(
    'No host option set. Make sure you add the host option when you'\
    ' initialize the strategy, or use a setup Proc for dynamically setting'\
    ' the host.'
  )
end