You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/general/configuration_options.md
+12
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,18 @@ What relationships to serialize by default. Default: `'*'`, which includes one
62
62
objects. See [includes](adapters.md#included) for more info.
63
63
64
64
65
+
##### allow_wildcard
66
+
67
+
Enable wildcard `include` directives (`*`, `**`).
68
+
69
+
Possible values:
70
+
71
+
-`true` (default)
72
+
-`false`
73
+
74
+
When `false`, nested associations to be included must be explicitly specified. Note: this will override default_includes configuration as `*` include will no longer be accepted.
75
+
76
+
65
77
##### serializer_lookup_chain
66
78
67
79
Configures how serializers are searched for. By default, the lookup chain is
0 commit comments