comparison src/Generator/Model/stubs/model.stub @ 24:31109c61ce02 codex

Refactor RelationshipNavigator formatting and implement belongsTo, hasMany, belongsToMany injection in ModelGenerator
author Luka Sitas <sitas.luka.97@gmail.com>
date Tue, 22 Apr 2025 21:37:44 -0400
parents 827efbf4d73c
children 555bfaa500ac
comparison
equal deleted inserted replaced
23:827efbf4d73c 24:31109c61ce02
50 50
51 // BelongsTo 51 // BelongsTo
52 # {{ belongs_to_relationships }} 52 # {{ belongs_to_relationships }}
53 53
54 // HasMany 54 // HasMany
55 # {{ has_may_relationships }} 55 # {{ has_many_relationships }}
56 56
57 // HasManyThrough 57 // HasManyThrough
58 # {{ has_many_through_relationships }} 58 # {{ has_many_through_relationships }}
59 59
60 } 60 }