Created
December 7, 2009 05:16
-
-
Save base10/250636 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/fleakr.rb b/lib/fleakr.rb | |
index 8e222c8..26ac96a 100644 | |
--- a/lib/fleakr.rb | |
+++ b/lib/fleakr.rb | |
@@ -9,7 +9,7 @@ require 'forwardable' | |
# Require only what we need from ActiveSupport | |
require 'active_support/core_ext/array' | |
require 'active_support/core_ext/module' | |
-require 'active_support/core_ext/blank' | |
+require 'active_support/core_ext/object/blank' | |
require 'active_support/core_ext/time' | |
require 'active_support/inflector' | |
require 'active_support/core_ext/string' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment