comparison src/Generator/Model/stubs/model.pivot.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 b17f81b804ff
comparison
equal deleted inserted replaced
23:827efbf4d73c 24:31109c61ce02
21 21
22 // BelongsTo 22 // BelongsTo
23 # {{ belongs_to_relationships }} 23 # {{ belongs_to_relationships }}
24 24
25 // HasMany 25 // HasMany
26 # {{ has_may_relationships }} 26 # {{ has_many_relationships }}
27 27
28 // HasManyThrough 28 // HasManyThrough
29 # {{ has_many_through_relationships }} 29 # {{ has_many_through_relationships }}
30 30
31 } 31 }