From 9fb5a3b24fa3b64e44ceab55f9cbc74581b6ff4f Mon Sep 17 00:00:00 2001 From: Robb Shecter Date: Thu, 2 May 2024 08:49:06 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82d7e42..af74a5d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ # ValidatedObject `Plain Old Ruby` + `Rails Validations` = **self-checking Ruby objects**. + Here's a quick example of a common case: an immutable, required, type-checked attribute: