Open rt4914 opened 1 month ago
Add associations for all models
Use belongs_to, has_many and has_one along with validate and dependent: :destroy to refine all the models.
belongs_to
has_many
has_one
validate
dependent: :destroy
No response
@aniketpatidar can I take over this if you don't mind. thanks
Is your feature request related to a problem? Please describe.
Add associations for all models
Describe the solution you'd like
Use
belongs_to
,has_many
andhas_one
along withvalidate
anddependent: :destroy
to refine all the models.Describe alternatives you've considered
No response
Additional context
No response