aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)