diff options
| author | Xavier Noria <fxn@hashref.com> | 2012-08-02 18:36:41 +0200 |
|---|---|---|
| committer | Xavier Noria <fxn@hashref.com> | 2012-08-02 21:59:22 +0200 |
| commit | 8f58d6e5074a623bed752d5ba38513305f03fae9 (patch) | |
| tree | d67dc9b20392d1adb430957193b2148cb016dce0 /actionpack/lib/action_controller/metal | |
| parent | 1a7b2e8fadc34a70ad891b3b111a06e384fd3c6d (diff) | |
| download | rails-8f58d6e5074a623bed752d5ba38513305f03fae9.tar.gz rails-8f58d6e5074a623bed752d5ba38513305f03fae9.tar.bz2 rails-8f58d6e5074a623bed752d5ba38513305f03fae9.zip | |
load active_support/core_ext/object/blank in active_support/rails
Diffstat (limited to 'actionpack/lib/action_controller/metal')
| -rw-r--r-- | actionpack/lib/action_controller/metal/http_authentication.rb | 1 | ||||
| -rw-r--r-- | actionpack/lib/action_controller/metal/renderers.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/metal/http_authentication.rb b/actionpack/lib/action_controller/metal/http_authentication.rb index d84588d3df..5f59f0766e 100644 --- a/actionpack/lib/action_controller/metal/http_authentication.rb +++ b/actionpack/lib/action_controller/metal/http_authentication.rb @@ -1,5 +1,4 @@ require 'base64' -require 'active_support/core_ext/object/blank' module ActionController # Makes it dead easy to do HTTP Basic, Digest and Token authentication. diff --git a/actionpack/lib/action_controller/metal/renderers.rb b/actionpack/lib/action_controller/metal/renderers.rb index 1927c8bdc7..8276d18b7d 100644 --- a/actionpack/lib/action_controller/metal/renderers.rb +++ b/actionpack/lib/action_controller/metal/renderers.rb @@ -1,5 +1,4 @@ require 'active_support/core_ext/class/attribute' -require 'active_support/core_ext/object/blank' require 'set' module ActionController |
