From 634c03403d0791cc2ba34714afe7cc1c8af58de6 Mon Sep 17 00:00:00 2001 From: Sergey Nartimov Date: Mon, 2 Jan 2012 23:16:16 +0300 Subject: fix base64 require --- actionpack/lib/action_controller/metal/http_authentication.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_controller/metal/http_authentication.rb b/actionpack/lib/action_controller/metal/http_authentication.rb index 09ff376a91..4972c6bede 100644 --- a/actionpack/lib/action_controller/metal/http_authentication.rb +++ b/actionpack/lib/action_controller/metal/http_authentication.rb @@ -1,4 +1,4 @@ -require 'active_support/base64' +require 'base64' require 'active_support/core_ext/object/blank' module ActionController -- cgit v1.2.3