Skip to main content

Module infra_missing_registrations

Module infra_missing_registrations 

Source

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.