From 223bdb6aa38831817602a2a5a844f1b5494955df Mon Sep 17 00:00:00 2001 From: Max Gorin Date: Tue, 13 Feb 2024 15:28:00 +0700 Subject: [PATCH] web.ex -> my_app_web.ex (#172) A fix for the outdated filename. --- lib/phoenix_ecto/sql/sandbox.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/phoenix_ecto/sql/sandbox.ex b/lib/phoenix_ecto/sql/sandbox.ex index d93da0b..b0b74cf 100644 --- a/lib/phoenix_ecto/sql/sandbox.ex +++ b/lib/phoenix_ecto/sql/sandbox.ex @@ -104,7 +104,7 @@ defmodule Phoenix.Ecto.SQL.Sandbox do end end - Now, in your `web.ex` file, you can invoke this callback for all of your + Now, in your `my_app_web.ex` file, you can invoke this callback for all of your LiveViews if the sandbox configuration, defined at the beginning of the documentation, is enabled: