Added headings and revised active_model.rb/lint.rb grammatically

This commit is contained in:
Rizwan Reza
2010-06-14 13:43:06 +04:30
parent 626586b8c7
commit c5db6450ec

View File

@@ -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.
#