mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
removed ambiguity from autosave description
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user