aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/README
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/README')
-rw-r--r--activemodel/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/activemodel/README b/activemodel/README
index 9af10d8a38..d4b4489a2c 100644
--- a/activemodel/README
+++ b/activemodel/README
@@ -110,3 +110,10 @@ functionality from the following modules:
# => ["Name Can not be nil"]
{Learn more}[link:classes/ActiveModel/Errors.html]
+
+* Testing the compliance of your object
+
+ User ActiveModel::Lint to test the compliance of your object to the
+ basic ActiveModel API...
+
+ {Learn more}[link:classes/ActiveModel/Lint/Tests.html]