1
0
Fork 0
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:
Carlos Antonio da Silva 2013-03-19 01:11:01 -03:00
parent 862389c953
commit f0d5e32f89

View file

@ -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