We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
changesets
1 parent 6783c29 commit d7457e7Copy full SHA for d7457e7
lib/ex_admin/register.ex
@@ -467,8 +467,8 @@ defmodule ExAdmin.Register do
467
468
## Examples
469
470
- The following example illustrates how to add a sync action that will
471
- be run before the index page is loaded.
+ The following example illustrates how to configure custom changeset functions
+ for create and update actions.
472
473
changesets create: &__MODULE__.create_changeset/2,
474
update: &__MODULE__.update_changeset/2
0 commit comments