From: Peter Rabbitson Date: Mon, 25 May 2009 17:42:02 +0000 (+0000) Subject: This method does not exist anymore X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=286fa9c53d969072809730a41d5ff7f0717d7645;p=dbsrgits%2FDBIx-Class-Historic.git This method does not exist anymore --- diff --git a/lib/DBIx/Class/ResultSource.pm b/lib/DBIx/Class/ResultSource.pm index 2f36694..c657c3a 100644 --- a/lib/DBIx/Class/ResultSource.pm +++ b/lib/DBIx/Class/ResultSource.pm @@ -1198,7 +1198,7 @@ sub _resolve_condition { $self->throw_exception( "Column ${v} not loaded or not passed to new() prior to insert()" ." on ${for} trying to resolve relationship (maybe you forgot " - ."to call ->reload_from_storage to get defaults from the db)" + ."to call ->discard_changes to get defaults from the db)" ); } return $UNRESOLVABLE_CONDITION;