diff --git a/lib/phoenix/config.ex b/lib/phoenix/config.ex index 3b6dde435e..e319610593 100644 --- a/lib/phoenix/config.ex +++ b/lib/phoenix/config.ex @@ -152,6 +152,7 @@ defmodule Phoenix.Config do {:stop, :normal, :ok, {module, permanent}} true -> + clear_cache(module) {:reply, :ok, {module, permanent}} end end