mirror of
https://github.com/github/rails.git
synced 2026-02-01 09:44:56 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user