removed ambiguity from autosave description

This commit is contained in:
Simon Tokumine
2010-07-28 14:56:05 -07:00
parent 31f8a0cd23
commit f46e841f72

View File

@@ -303,7 +303,7 @@ module ActiveRecord
# You can manipulate objects and associations before they are saved to the database, but there is some special behavior you should be
# aware of, mostly involving the saving of associated objects.
#
# Unless you set the :autosave option on a <tt>has_one</tt>, <tt>belongs_to</tt>,
# You can set the :autosave option on a <tt>has_one</tt>, <tt>belongs_to</tt>,
# <tt>has_many</tt>, or <tt>has_and_belongs_to_many</tt> association. Setting it
# to +true+ will _always_ save the members, whereas setting it to +false+ will
# _never_ save the members.