diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-05-29 17:49:09 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-05-29 17:49:09 -0300 |
commit | 6a5f0051175de1b38d08e15127c75cadb2cba9e2 (patch) | |
tree | d31b0182146085dedbc40fc263c6d4c5cb3e97a3 /activerecord | |
parent | 5d2ee966fc70d9b47ee20a38d1065879adcb1d0b (diff) | |
parent | 13d92b7ff273325984c43fc715a9eb9f2fa57872 (diff) | |
download | rails-6a5f0051175de1b38d08e15127c75cadb2cba9e2.tar.gz rails-6a5f0051175de1b38d08e15127c75cadb2cba9e2.tar.bz2 rails-6a5f0051175de1b38d08e15127c75cadb2cba9e2.zip |
Merge pull request #15413 from sgrif/sg-i-wish-i-could
Don't reference comments that do not exist
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/attribute_methods/write.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/attribute_methods/write.rb b/activerecord/lib/active_record/attribute_methods/write.rb index d552bea8c4..629bd3bc63 100644 --- a/activerecord/lib/active_record/attribute_methods/write.rb +++ b/activerecord/lib/active_record/attribute_methods/write.rb @@ -26,8 +26,6 @@ module ActiveRecord protected if Module.methods_transplantable? - # See define_method_attribute in read.rb for an explanation of - # this code. def define_method_attribute=(name) method = WriterMethodCache[name] generated_attribute_methods.module_eval { |