View Source JetExt.Ecto.STI (jet_ext v0.2.3)

The parameterized STI type.

  field :bar, JetExt.Ecto.STI, intermediate_module: MyIntermediaModule

Summary

Types

Functions

Link to this function

intermediate_module(schema, field)

View Source
@spec intermediate_module(Ecto.Schema.t(), atom()) :: module()