6082a0af by jessonchan Committed by astaxie

bug fixed

1 parent be30fb79
...@@ -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!