ash_double_entry/lib/account/info.ex

5 lines
194 B
Elixir
Raw Normal View History

defmodule AshDoubleEntry.Account.Info do
2023-08-19 16:17:07 +12:00
@moduledoc "Introspection helpers for `AshDoubleEntry.Account`"
use Spark.InfoGenerator, extension: AshDoubleEntry.Account, sections: [:account]
end