mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Initialize @app_env_config now that the var name has changed
Check 862389c953
for more background.
This commit is contained in:
parent
862389c953
commit
f0d5e32f89
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ module Rails
|
|||
@initialized = false
|
||||
@reloaders = []
|
||||
@routes_reloader = nil
|
||||
@env_config = nil
|
||||
@app_env_config = nil
|
||||
@ordered_railties = nil
|
||||
@railties = nil
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue