Functionsยง
- missing_
registration_ belongs_ to - Registering only the Parent model should auto-discover the Child model through the BelongsTo relation.
- missing_
registration_ embedded - Registering only the Parent model should auto-discover the Detail embedded model through the embedded field.
- missing_
registration_ has_ many - Registering only the Parent model should auto-discover the Child model through the HasMany relation.
- missing_
registration_ has_ one - Registering only the Parent model should auto-discover the Child model through the HasOne relation.