lib/warden/strategies/base.rb in warden-1.2.8 vs lib/warden/strategies/base.rb in warden-1.2.9
- old
+ new
@@ -43,9 +43,10 @@
# :api: private
def initialize(env, scope=nil) # :nodoc:
@env, @scope = env, scope
@status, @headers = nil, {}
@halted, @performed = false, false
+ @result = nil
end
# The method that is called from above. This method calls the underlying authenticate! method
# :api: private
def _run! # :nodoc: