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: