From 9d9440f686ea404a3a90741a33aab55880fa36e7 Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Fri, 23 Dec 2011 18:25:22 +0000 Subject: Doh, remove debugging line --- activerecord/lib/active_record/attribute_methods/read.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activerecord/lib/active_record/attribute_methods') diff --git a/activerecord/lib/active_record/attribute_methods/read.rb b/activerecord/lib/active_record/attribute_methods/read.rb index 995e2b2e58..1548114580 100644 --- a/activerecord/lib/active_record/attribute_methods/read.rb +++ b/activerecord/lib/active_record/attribute_methods/read.rb @@ -78,7 +78,6 @@ module ActiveRecord STR generated_external_attribute_methods.module_eval <<-STR, __FILE__, __LINE__ + 1 - # raise if method_defined?('#{attr_name}') def __temp__(v, attributes, attributes_cache, attr_name) #{external_attribute_access_code(attr_name, cast_code)} end -- cgit v1.2.3