Use h1 for titles.

This commit is contained in:
Rizwan Reza
2010-06-21 01:00:42 +04:30
parent ab7830d66c
commit 3ec7b1cba3

View File

@@ -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