Skip to content

Commit

Permalink
Follow up to #41765 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamipo committed Mar 28, 2021
1 parent a0097cd commit af4ca42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/association_basics.md
Expand Up @@ -2327,7 +2327,7 @@ If the default name of the join table, based on lexical ordering, is not what yo

##### `:validate`

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.
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.

#### Scopes for `has_and_belongs_to_many`

Expand Down

0 comments on commit af4ca42

Please sign in to comment.