diff options
author | Rizwan Reza <rizwanreza@gmail.com> | 2010-06-21 01:00:42 +0430 |
---|---|---|
committer | Rizwan Reza <rizwanreza@gmail.com> | 2010-06-21 01:00:42 +0430 |
commit | 3ec7b1cba359457cc232db456e460de6a92d7079 (patch) | |
tree | 43cc393ddb4cb08fa2fb6e0b198cf4d792bd8b0d | |
parent | ab7830d66cf69316142a6cda847756faa73f8cd5 (diff) | |
download | rails-3ec7b1cba359457cc232db456e460de6a92d7079.tar.gz rails-3ec7b1cba359457cc232db456e460de6a92d7079.tar.bz2 rails-3ec7b1cba359457cc232db456e460de6a92d7079.zip |
Use h1 for titles.
-rw-r--r-- | actionpack/lib/action_dispatch/routing.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing.rb b/actionpack/lib/action_dispatch/routing.rb index 3d9084a27e..401d98b663 100644 --- a/actionpack/lib/action_dispatch/routing.rb +++ b/actionpack/lib/action_dispatch/routing.rb @@ -3,7 +3,7 @@ require 'active_support/core_ext/regexp' require 'action_controller/polymorphic_routes' module ActionDispatch - # == Routing + # = Routing # # The routing module provides URL rewriting in native Ruby. It's a way to # redirect incoming requests to controllers and actions. This replaces |