diff options
author | Sean Griffin <sean@thoughtbot.com> | 2014-05-29 13:46:39 -0700 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2014-05-29 13:46:39 -0700 |
commit | 13d92b7ff273325984c43fc715a9eb9f2fa57872 (patch) | |
tree | d31b0182146085dedbc40fc263c6d4c5cb3e97a3 /activerecord/lib/active_record/attribute_methods | |
parent | 5d2ee966fc70d9b47ee20a38d1065879adcb1d0b (diff) | |
download | rails-13d92b7ff273325984c43fc715a9eb9f2fa57872.tar.gz rails-13d92b7ff273325984c43fc715a9eb9f2fa57872.tar.bz2 rails-13d92b7ff273325984c43fc715a9eb9f2fa57872.zip |
Don't reference comments that do not exist
Diffstat (limited to 'activerecord/lib/active_record/attribute_methods')
-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 { |