Skip to content

Commit eed30a0

Browse files
committed
Fix test in isolation
The test was calling `auth_param` that then called `second` in an array, but that method was not being required.
1 parent 30e54b8 commit eed30a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actionpack/lib/action_controller/metal/http_authentication.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
require "base64"
44
require "active_support/security_utils"
5+
require "active_support/core_ext/array/access"
56

67
module ActionController
78
# HTTP Basic, Digest and Token authentication.

0 commit comments

Comments
 (0)