chore: update cheat sheets from generator

This commit is contained in:
Zach Daniel 2023-09-17 19:35:51 -04:00
parent 874170b739
commit 4bb412d18a

View file

@ -2795,3 +2795,9 @@ end
| `attribute` | `atom` | | If using the `attribute` strategy, the attribute to use, e.g `org_id` |
| `global?` | `boolean` | false | Whether or not the data also exists outside of each tenant. |
| `parse_attribute` | `mfa` | {Ash.Resource.Dsl, :identity, []} | An mfa ({module, function, args}) pointing to a function that takes a tenant and returns the attribute value |