diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2010-12-25 01:19:33 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2010-12-25 01:19:33 +0530 |
commit | 592f6004e13e7bdd90901acd5147c4ba9573f6db (patch) | |
tree | 95b1b7df27a376577381989943594c3975ce2afe /railties/guides | |
parent | f17e1b2f7fd8e09370f3a1ddb3c8526ba71d54c2 (diff) | |
download | rails-592f6004e13e7bdd90901acd5147c4ba9573f6db.tar.gz rails-592f6004e13e7bdd90901acd5147c4ba9573f6db.tar.bz2 rails-592f6004e13e7bdd90901acd5147c4ba9573f6db.zip |
fixed comment in w3c_validator
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/w3c_validator.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/w3c_validator.rb b/railties/guides/w3c_validator.rb index da5200c0b7..f1fe1e0f33 100644 --- a/railties/guides/w3c_validator.rb +++ b/railties/guides/w3c_validator.rb @@ -21,7 +21,7 @@ # # Separate many using commas: # -# # validates only +# # validates only association_basics.html and migrations.html # ONLY=assoc,migrations rake validate_guides # # --------------------------------------------------------------------------- @@ -88,4 +88,4 @@ module RailsGuides end end -RailsGuides::Validator.new.validate
\ No newline at end of file +RailsGuides::Validator.new.validate |