View Source JetExt.Ecto.STI (jet_ext v0.2.0)
The parameterized STI type.
field :bar, JetExt.Ecto.STI, intermediate_module: MyIntermediaModule
Summary
Types
@type t() :: struct()
Functions
@spec intermediate_module(Ecto.Schema.t(), atom()) :: module()