diff options
author | Karthik Muthupalaniappan <karthik.swaminathan@gmail.com> | 2011-11-04 15:22:50 +0530 |
---|---|---|
committer | Karthik Muthupalaniappan <karthik.swaminathan@gmail.com> | 2011-11-04 15:22:50 +0530 |
commit | 36a5f48f9323c4a770c290a9a16ae58388e7925f (patch) | |
tree | dd594ccb381f61425aceadfdc7500a1312e19e98 | |
parent | d163d3bf7ebb98d90977974aed8f85b7ec678afd (diff) | |
download | rails-36a5f48f9323c4a770c290a9a16ae58388e7925f.tar.gz rails-36a5f48f9323c4a770c290a9a16ae58388e7925f.tar.bz2 rails-36a5f48f9323c4a770c290a9a16ae58388e7925f.zip |
make the inline text a comment in the code block
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | activemodel/README.rdoc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index aa14cee911..203fed69a5 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ debug.log /railties/guides/output /railties/tmp /RDOC_MAIN.rdoc +.DS_Store +activemodel/.DS_Store diff --git a/activemodel/README.rdoc b/activemodel/README.rdoc index fa3353a780..173bc18af1 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) |