mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update lib/devise/omniauth/config.rb
This commit is contained in:
parent
0c67cff2a0
commit
589442b09b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module Devise
|
||||||
def initialize(strategy)
|
def initialize(strategy)
|
||||||
@strategy = strategy
|
@strategy = strategy
|
||||||
super("Could not find a strategy with name `#{strategy}'. " \
|
super("Could not find a strategy with name `#{strategy}'. " \
|
||||||
"Please ensure it is required or explicitly set it using the :klass option.")
|
"Please ensure it is required or explicitly set it using the :strategy_class option.")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue