This commit is contained in:
RikiyaFujii 2018-11-03 21:12:34 +09:00
parent bf3e312343
commit e4e4780ed6

View File

@ -367,7 +367,7 @@ func (association *Association) saveAssociations(values ...interface{}) *Associa
return association
}
// seterr set error when the error is not nil. And return Association.
// setErr set error when the error is not nil. And return Association.
func (association *Association) setErr(err error) *Association {
if err != nil {
association.Error = err