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