Closed bmidget closed 13 years ago
If I run $model->save($array) with the dependent field in the array of values, it doesn't update the dependent field or create a new dependent record if there wasn't one already.
$model->save($array)
If I run
$model->save($array)
with the dependent field in the array of values, it doesn't update the dependent field or create a new dependent record if there wasn't one already.