af7ac98b by astaxie

Merge pull request #609 from JessonChan/develop

[important] bug fixed
2 parents 9f95fd33 6f78f1d4
...@@ -292,7 +292,7 @@ end: ...@@ -292,7 +292,7 @@ end:
292 292
293 // register models 293 // register models
294 func RegisterModel(models ...interface{}) { 294 func RegisterModel(models ...interface{}) {
295 RegisterModelWithPrefix("", models) 295 RegisterModelWithPrefix("", models...)
296 } 296 }
297 297
298 // register models with a prefix 298 // 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!