From 7e2b6eba617182d19e9a81a974f5aba775cc8b05 Mon Sep 17 00:00:00 2001 From: LIRANCOHEN Date: Thu, 19 Mar 2015 21:26:35 -0400 Subject: [PATCH] many2many lazy load duplicate name in struct --- model_struct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_struct.go b/model_struct.go index d25b161f..0dca0a43 100644 --- a/model_struct.go +++ b/model_struct.go @@ -61,7 +61,7 @@ type Relationship struct { AssociationForeignFieldName string AssociationForeignDBName string JoinTable string - AssociationForeignFieldName string + AssociationFieldName string PivotKey string PivotType string }