Skip to content

Commit

Permalink
web.ex -> my_app_web.ex (#172)
Browse files Browse the repository at this point in the history
A fix for the outdated filename.
  • Loading branch information
mxgrn committed Feb 13, 2024
1 parent bb07b9f commit 223bdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix_ecto/sql/sandbox.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 223bdb6

Please sign in to comment.