From 69b401220c5b38b9e80292556e409c8459172375 Mon Sep 17 00:00:00 2001 From: Neeraj Singh Date: Sat, 31 Jul 2010 07:04:08 -0400 Subject: adding the missing closing tag --- activerecord/lib/active_record/autosave_association.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 marked_for_destruction/tt> flag. + # Reloads the attributes of the object as usual and clears marked_for_destruction flag. def reload(options = nil) @marked_for_destruction = false super -- cgit v1.2.3