aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-11-05 20:38:07 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-11-05 20:38:07 +0530
commit53f61acdcad51e28b36f41c0af3c7c1fb8078c10 (patch)
tree9603d56cebd54c7cb27824b2be6d12762ebdbcae
parentbcd25e7576094a98dbc9f4b1ba2fb3451d13bf40 (diff)
downloadrails-53f61acdcad51e28b36f41c0af3c7c1fb8078c10.tar.gz
rails-53f61acdcad51e28b36f41c0af3c7c1fb8078c10.tar.bz2
rails-53f61acdcad51e28b36f41c0af3c7c1fb8078c10.zip
Revert "make the inline text a comment in the code block"
This reverts commit 36a5f48f9323c4a770c290a9a16ae58388e7925f. Reason: Editing .gitignore in docrails is not allowed. Docrails is meant only for documentation.
-rw-r--r--.gitignore2
-rw-r--r--activemodel/README.rdoc2
2 files changed, 1 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 203fed69a5..aa14cee911 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,5 +21,3 @@ 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 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)