ash read_one bug?
https://hexdocs.pm/ash/Ash.html#read_one/2-examples
Ash.read_one(Submission, id: submission_id) does not work
But,
does work3 Replies
yeah thats not valid syntax
Oops. Can someone PR the removal of that first example?
https://github.com/ash-project/ash/pull/2171
there you go
GitHub
chore: remove incorrect docs by TwistingTwists · Pull Request #217...
Contributor checklist
Leave anything that you believe does not apply unchecked.
Bug fixes include regression tests
Chores
Documentation changes
Features include unit/acceptance tests
Refactor...