my $round = $c->model->resultset('Rounds')->find(5); $round->get_column('contest'); # works OK $round->contest; # no longer works after update