aboutsummaryrefslogtreecommitdiffstats
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:22 +0000
commit76771665e59cdfcde80a1de946dc796404e9ebe7 (patch)
treeb40d00b47016a50c97530d80af902f0384a93157
parentf1eb98f0fcca49c3f26a905a5c7b656ea22269d1 (diff)
downloadrails-76771665e59cdfcde80a1de946dc796404e9ebe7.tar.gz
rails-76771665e59cdfcde80a1de946dc796404e9ebe7.tar.bz2
rails-76771665e59cdfcde80a1de946dc796404e9ebe7.zip
Doh, remove debugging line
-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