Skip to content

Instantly share code, notes, and snippets.

@base10
Created December 7, 2009 05:16
Show Gist options
  • Save base10/250636 to your computer and use it in GitHub Desktop.
Save base10/250636 to your computer and use it in GitHub Desktop.
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