Skip to content

Commit

Permalink
Update v0.8 upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo0807 committed Jan 24, 2025
1 parent b824bd0 commit b798243
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions guides/upgrading/v0.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ use Backpex.LiveResource,
query
|> where([post], post.published)
end

def item_query(query, _live_action_, _assigns) do
query
end
```

See [Item Query documentation](../live_resource/item-query.md) for more information.
Expand Down

0 comments on commit b798243

Please sign in to comment.