Skip to content

Commit af4ca42

Browse files
committed
Follow up to rails#41765 [ci skip]
1 parent a0097cd commit af4ca42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/association_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,7 @@ If the default name of the join table, based on lexical ordering, is not what yo
23272327

23282328
##### `:validate`
23292329

2330-
If you set the `:validate` option to `false`, then associated objects will not be validated whenever you save this object. By default, this is `true`: associated objects will be validated when this object is saved.
2330+
If you set the `:validate` option to `false`, then new associated objects will not be validated whenever you save this object. By default, this is `true`: new associated objects will be validated when this object is saved.
23312331

23322332
#### Scopes for `has_and_belongs_to_many`
23332333

0 commit comments

Comments
 (0)