lib/warden/strategies/base.rb in warden-1.0.0 vs lib/warden/strategies/base.rb in warden-1.0.1

- old
+ new

@@ -81,10 +81,10 @@ end # Access to the errors object. # :api: public def errors - @env['warden.errors'] + @env['warden'].errors end # Cause the processing of the strategies to stop and cascade no further # :api: public def halt!