diff options
author | Jon Leighton <j@jonathanleighton.com> | 2011-12-23 18:25:22 +0000 |
---|---|---|
committer | Jon Leighton <j@jonathanleighton.com> | 2011-12-23 18:25:22 +0000 |
commit | 76771665e59cdfcde80a1de946dc796404e9ebe7 (patch) | |
tree | b40d00b47016a50c97530d80af902f0384a93157 /activerecord/lib | |
parent | f1eb98f0fcca49c3f26a905a5c7b656ea22269d1 (diff) | |
download | rails-76771665e59cdfcde80a1de946dc796404e9ebe7.tar.gz rails-76771665e59cdfcde80a1de946dc796404e9ebe7.tar.bz2 rails-76771665e59cdfcde80a1de946dc796404e9ebe7.zip |
Doh, remove debugging line
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/attribute_methods/read.rb | 1 |
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 |