ash_double_entry/lib/account/info.ex
2023-08-19 00:17:07 -04:00

4 lines
194 B
Elixir

defmodule AshDoubleEntry.Account.Info do
@moduledoc "Introspection helpers for `AshDoubleEntry.Account`"
use Spark.InfoGenerator, extension: AshDoubleEntry.Account, sections: [:account]
end