Marten::DB::Model::Table::ReverseRelationContext
Context for a reverse relation.
A reverse relation context is used to provide a mapping between a reverse relation and the model where the reverse relations originates from.
Constructors
new(reverse_relation : ReverseRelation, model : Model.class)
SourceInstance methods
model
Sourcereverse_relation
Source