fix for Initializer doc, routing is loaded last so that plugins can extend it

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3395 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Tobias Lütke
2006-01-11 17:36:22 +00:00
parent 16718e3e21
commit 7ff73dfe73

View File

@@ -61,13 +61,13 @@ module Rails
# * #initialize_logger
# * #initialize_framework_logging
# * #initialize_framework_views
# * #initialize_routing
# * #initialize_dependency_mechanism
# * #initialize_breakpoints
# * #initialize_whiny_nils
# * #initialize_framework_settings
# * #load_environment
# * #load_plugins
# * #initialize_routing
#
# (Note that #load_environment is invoked twice, once at the start and
# once at the end, to support the legacy configuration style where the