class Devise::OmniAuth::StrategyNotFound

Public Class Methods

new(strategy) click to toggle source
# File lib/devise/omniauth/config.rb, line 4
def initialize(strategy)
  @strategy = strategy
  super("Could not find a strategy with name `#{strategy}'. "            "Please ensure it is required or explicitly set it using the :strategy_class option.")
end