ResourcesMethod
Summary
Named CRUD routes available for resource collections.
Signature
type ResourcesMethod =
| "index"
| "new"
| "show"
| "create"
| "edit"
| "update"
| "destroy";
Named CRUD routes available for resource collections.
type ResourcesMethod =
| "index"
| "new"
| "show"
| "create"
| "edit"
| "update"
| "destroy";