提交 580333fd 编写于 作者: A Aaron Patterson

initialize instance variables

上级 8662722f
......@@ -75,8 +75,12 @@ def inherited(base)
def initialize
super
@initialized = false
@reloaders = []
@initialized = false
@reloaders = []
@routes_reloader = nil
@env_config = nil
@ordered_railties = nil
@queue = nil
end
# This method is called just after an application inherits from Rails::Application,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册