ash_double_entry/lib/account/info.ex

4 lines
128 B
Elixir
Raw Normal View History

defmodule AshDoubleEntry.Account.Info do
use Spark.InfoGenerator, extension: AshDoubleEntry.Account, sections: [:account]
end