aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeeraj Singh <neerajdotname@gmail.com>2010-07-31 07:04:08 -0400
committerNeeraj Singh <neerajdotname@gmail.com>2010-07-31 07:04:08 -0400
commit69b401220c5b38b9e80292556e409c8459172375 (patch)
tree1d064abb97b5142daf7e3bcacee707a3308da33c
parent4f63294b0f4a428ed4dff172067ec114b86a1c25 (diff)
downloadrails-69b401220c5b38b9e80292556e409c8459172375.tar.gz
rails-69b401220c5b38b9e80292556e409c8459172375.tar.bz2
rails-69b401220c5b38b9e80292556e409c8459172375.zip
adding the missing closing tag
-rw-r--r--activerecord/lib/active_record/autosave_association.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/autosave_association.rb b/activerecord/lib/active_record/autosave_association.rb
index 3129e8de47..2c7afe3c9f 100644
--- a/activerecord/lib/active_record/autosave_association.rb
+++ b/activerecord/lib/active_record/autosave_association.rb
@@ -195,7 +195,7 @@ module ActiveRecord
end
end
- # Reloads the attributes of the object as usual and clears <tt>marked_for_destruction/tt> flag.
+ # Reloads the attributes of the object as usual and clears <tt>marked_for_destruction</tt> flag.
def reload(options = nil)
@marked_for_destruction = false
super