diff --git a/main.go b/main.go index 67e5f58e..2bb0e927 100644 --- a/main.go +++ b/main.go @@ -470,7 +470,7 @@ func (s *DB) Save(value interface{}) *DB { } return newDB } - return scope.callCallbacks(s.parent.callbacks.creates).db + return s.Create(value) } // Create insert the value into database