diff options
author | Mikel Lindsaar <raasdnil@gmail.com> | 2010-01-17 15:35:18 +1100 |
---|---|---|
committer | Mikel Lindsaar <raasdnil@gmail.com> | 2010-01-17 15:35:18 +1100 |
commit | cf55e4e3821f8a57663351c87f596e8161bcb71d (patch) | |
tree | 9b7791c0de9347b1fade9dac7bbfd6ea5ed856f5 /activemodel/README | |
parent | 4d4bdb0766713d78a2e5126ab4832c45324aa471 (diff) | |
download | rails-cf55e4e3821f8a57663351c87f596e8161bcb71d.tar.gz rails-cf55e4e3821f8a57663351c87f596e8161bcb71d.tar.bz2 rails-cf55e4e3821f8a57663351c87f596e8161bcb71d.zip |
Added documentation for ActiveModel::Lint
Diffstat (limited to 'activemodel/README')
-rw-r--r-- | activemodel/README | 7 |
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] |