mirror of
https://github.com/github/rails.git
synced 2026-01-26 14:58:11 -05:00
Load plugins last
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2467 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -33,7 +33,6 @@ module Rails
|
||||
set_connection_adapters
|
||||
|
||||
require_frameworks
|
||||
load_plugins
|
||||
load_environment
|
||||
|
||||
initialize_database
|
||||
@@ -51,6 +50,8 @@ module Rails
|
||||
# could overwrite anything set from the defaults/global through
|
||||
# the individual base class configurations.
|
||||
load_environment
|
||||
|
||||
load_plugins
|
||||
end
|
||||
|
||||
def set_load_path
|
||||
|
||||
Reference in New Issue
Block a user