improvement: allow overriding cast_stored/2 and dump_to_native/2

This commit is contained in:
Zach Daniel 2024-07-09 11:42:50 -04:00
parent b94b34d3dc
commit ab793e030a

View file

@ -235,7 +235,7 @@ defmodule Ash.Type.Enum do
:error
end
defoverridable match: 1, storage_type: 0
defoverridable match: 1, storage_type: 0, cast_stored: 2, dump_to_native: 2
end
end