maks b9922a7314
$has_one docs
The ` $has_one` can be used both for `1-to-1` and `many-to-1` relations, depending on how is configured the inverse mapping on the related class. The documentation seems to suggest that `$has_one` implies a `1-to-1` relation, but then it gives an example of a `many-to-1` relationship. Since we are focusing on `$has_one` I would also put the `Player` class before the `Team` class.
2018-08-18 15:06:08 +02:00
..
2018-08-18 15:06:08 +02:00
2018-08-01 16:30:18 +12:00
2018-07-30 17:11:42 +01:00
2017-12-19 11:45:27 +13:00