Skip to content

Commit

Permalink
docs: fix miscommunication in upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed May 28, 2024
1 parent f2bfc51 commit d1736a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions documentation/topics/development/upgrading-to-3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,6 @@ Ash.Query.for_read(..)
would become

```elixir
Ash.set_actor(current_user)
Ash.set_tenant(current_tenant)

Ash.Changeset.for_create!(.., tenant: current_tenant, actor: current_user)
Ash.Query.for_read(.., tenant: current_tenant, actor: current_user)
```
Expand Down

0 comments on commit d1736a1

Please sign in to comment.