fix: docs reference to Ash.Seed.seed!/2.

This commit is contained in:
James Harton 2024-04-02 10:34:33 +13:00
parent fac1d33f26
commit 3fb1170990
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -52,7 +52,7 @@ defmodule Smokestack do
## Building resource records
You can use `insert/2` and `insert!/2` to build and insert records. Records
are inserted using `Ash.Seed.seed/2`, which means that they bypass the usual
are inserted using `Ash.Seed.seed!/2`, which means that they bypass the usual
Ash lifecycle (actions, validations, etc).
### Options