From cb5253d7d6b7c75d41f2b9d6e741d1582d17df91 Mon Sep 17 00:00:00 2001 From: Norman Clarke Date: Fri, 17 Feb 2012 10:28:58 -0300 Subject: [PATCH] This no longer exists in 3.2 --- lib/has_image.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/has_image.rb b/lib/has_image.rb index af98f11..d6e0620 100644 --- a/lib/has_image.rb +++ b/lib/has_image.rb @@ -6,7 +6,6 @@ require "active_support/core_ext/object/blank" require "active_support/core_ext/object/to_param" require "active_support/core_ext/numeric/bytes" - require "active_support/core_ext/class/inheritable_attributes" end require 'has_image/processor'