Skip to content

Commit 4dfec47

Browse files
committed
chore: docs & credo
1 parent 2a92206 commit 4dfec47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/dsls/DSL-Ash.Resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ end
906906
| Name | Type | Default | Docs |
907907
|------|------|---------|------|
908908
| [`defaults`](#actions-defaults){: #actions-defaults } | `list(:create \| :read \| :update \| :destroy \| {atom, atom \| list(atom)})` | | Creates a simple action of each specified type, with the same name as the type. These will be `primary?` unless one already exists for that type. Embedded resources, however, have a default of all resource types. |
909-
| [`default_accept`](#actions-default_accept){: #actions-default_accept } | `list(atom) \| :*` | `[]` | A default value for the `accept` option for each action. Use `:*` to accept all public attributes. Ash >= 3.0 defaults to no attributes accepted. In prior versions of Ash all public, writable attributes were accepted by default. |
909+
| [`default_accept`](#actions-default_accept){: #actions-default_accept } | `list(atom) \| :*` | | A default value for the `accept` option for each action. Use `:*` to accept all public attributes. Ash >= 3.0 defaults to no attributes accepted. In prior versions of Ash all public, writable attributes were accepted by default. |
910910

911911

912912

test/authorizer/aggregation_check_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
alias Ash.Test.AggregationCheckTest, as: ThisTest
65
alias Ash.Changeset
6+
alias Ash.Test.AggregationCheckTest, as: ThisTest
77

88
defmodule ThisTest.Domain do
99
use Ash.Domain

0 commit comments

Comments
 (0)