Skip to content

Commit

Permalink
chore: does or does not have
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanazawa Yuki committed Mar 3, 2020
1 parent 63253f4 commit 99c2921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/orm/validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ CakePHP は、エンティティーが保存される前に適用される「ル

``LinkConstraint`` はデータベースがサポートしないSQL制約をエミュレートしたり、
制約が失敗したときにユーザーフレンドリーなエラーメッセージを提供したい場合に使用できます。
このルールを使用すると、アソシエーションが関連レコードがあるかどうかを確認できます。 ::
このルールを使用すると、アソシエーションが関連レコードを持っているかどうかを確認できます。 ::

// Ensure that each comment is linked to an Article during updates.
$rules->addUpdate($rules->isLinkedTo(
Expand Down

0 comments on commit 99c2921

Please sign in to comment.