We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b64307f + 5b785fe commit 70bf0cbCopy full SHA for 70bf0cb
guides/source/active_record_validations.md
@@ -656,7 +656,7 @@ class Order < ApplicationRecord
656
end
657
```
658
659
-NOTE: If you want to ensure that the association it is both present and valid,
+NOTE: If you want to ensure that the association is both present and valid,
660
you also need to use `validates_associated`. More on that
661
[below](#validates-associated)
662
@@ -713,7 +713,7 @@ class Order < ApplicationRecord
713
714
715
716
717
718
719
0 commit comments