Hey i've got a pretty simple relationship in my Datamapper model..
in my model Ticket i hav:
var $has_one = array("user");
and when i try to
$ticket->user->get()->username;
it says:
DataMapper Error: 'ticket' is not a valid parent relationship for User. Are your relationships configured correctly?
i dont see the problem :/