af7ac98b by astaxie

Merge pull request #609 from JessonChan/develop

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