diff options
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/README.rdoc b/activemodel/README.rdoc index 173bc18af1..fa3353a780 100644 --- a/activemodel/README.rdoc +++ b/activemodel/README.rdoc @@ -175,7 +175,7 @@ modules: attr_accessor :name end - #You could use any of the two ways mentioned above to use a Custom Validator. + You could use any of the two ways mentioned above to use a Custom Validator. class HasNameValidator < ActiveModel::Validator def validate(record) |