From d8beb6d267443972370d5898aa657c05de0611b2 Mon Sep 17 00:00:00 2001 From: Nicolas Cavigliano Date: Thu, 9 Jun 2011 11:31:57 -0700 Subject: [PATCH] removing attr_accessor_with_default --- lib/supermodel.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/supermodel.rb b/lib/supermodel.rb index bbe4ddd..6705a52 100644 --- a/lib/supermodel.rb +++ b/lib/supermodel.rb @@ -4,7 +4,6 @@ require "active_support/core_ext/class/attribute_accessors" require "active_support/core_ext/hash/indifferent_access" require "active_support/core_ext/kernel/reporting" -require "active_support/core_ext/module/attr_accessor_with_default" require "active_support/core_ext/module/delegation" require "active_support/core_ext/module/aliasing" require "active_support/core_ext/object/blank"