diff options
author | Rizwan Reza <rizwanreza@gmail.com> | 2010-06-14 13:43:06 +0430 |
---|---|---|
committer | Rizwan Reza <rizwanreza@gmail.com> | 2010-06-14 13:43:06 +0430 |
commit | c5db6450eceff11edcbf41e073109a14d766105e (patch) | |
tree | 8539214e0025fd52737de8d54406a20844949f78 /activemodel | |
parent | 626586b8c7be56a7a7c1e9cf72e655e9f75f7659 (diff) | |
download | rails-c5db6450eceff11edcbf41e073109a14d766105e.tar.gz rails-c5db6450eceff11edcbf41e073109a14d766105e.tar.bz2 rails-c5db6450eceff11edcbf41e073109a14d766105e.zip |
Added headings and revised active_model.rb/lint.rb grammatically
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/lib/active_model/lint.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/lint.rb b/activemodel/lib/active_model/lint.rb index 13ddb622d1..40ba4ac6c3 100644 --- a/activemodel/lib/active_model/lint.rb +++ b/activemodel/lib/active_model/lint.rb @@ -1,5 +1,7 @@ +# == Active Model Lint Methods +# # You can test whether an object is compliant with the ActiveModel API by -# including ActiveModel::Lint::Tests in your TestCase. It will included +# including <tt>ActiveModel::Lint::Tests</tt> in your TestCase. It will include # tests that tell you whether your object is fully compliant, or if not, # which aspects of the API are not implemented. # |