class RailsJwtAuthOmniauth::StrategyNotFound
Public Class Methods
new(strategy)
click to toggle source
Calls superclass method
# File lib/rails_jwt_auth_omniauth/omniauth_manager.rb, line 3 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