1
0
Fork 0
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:
José Valim 2011-11-24 08:32:48 +00:00
parent 0c67cff2a0
commit 589442b09b

View file

@ -4,7 +4,7 @@ module Devise
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 :klass option.")
"Please ensure it is required or explicitly set it using the :strategy_class option.")
end
end