@mrjerome wrote:
For example, if I have a post model and a comment model I would normally say that a post hasMany(‘comment’) and a comment belongsTo(‘post’).
Are there situations where I would only specify the hasMany or the belongsTo?
Posts: 2
Participants: 2