This method does not exist anymore
Peter Rabbitson [Mon, 25 May 2009 17:42:02 +0000 (17:42 +0000)]
lib/DBIx/Class/ResultSource.pm

index 2f36694..c657c3a 100644 (file)
@@ -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;