aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-12-23 18:25:22 +0000
committerJon Leighton <j@jonathanleighton.com>2011-12-23 18:25:30 +0000
commit9d9440f686ea404a3a90741a33aab55880fa36e7 (patch)
tree0ab7345d8266dee90938826ba81a4e515e20d022 /activerecord/lib/active_record/attribute_methods
parent7bb754eaedcc49d7b085e417e741d42bb603e4c0 (diff)
downloadrails-9d9440f686ea404a3a90741a33aab55880fa36e7.tar.gz
rails-9d9440f686ea404a3a90741a33aab55880fa36e7.tar.bz2
rails-9d9440f686ea404a3a90741a33aab55880fa36e7.zip
Doh, remove debugging line
Diffstat (limited to 'activerecord/lib/active_record/attribute_methods')
-rw-r--r--activerecord/lib/active_record/attribute_methods/read.rb1
1 files changed, 0 insertions, 1 deletions
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