Commit af7ac98b authored by astaxie's avatar astaxie

Merge pull request #609 from JessonChan/develop

[important] bug fixed
parents 9f95fd33 6f78f1d4
......@@ -292,7 +292,7 @@ end:
// register models
func RegisterModel(models ...interface{}) {
RegisterModelWithPrefix("", models)
RegisterModelWithPrefix("", models...)
}
// register models with a prefix
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment