diff options
Diffstat (limited to 'railties/guides/w3c_validator.rb')
-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 |