1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 18:34:13 +00:00

bug fixed

This commit is contained in:
jessonchan 2014-05-15 11:34:44 +08:00
parent 9f95fd3309
commit 6f78f1d4b2

View File

@ -292,7 +292,7 @@ end:
// register models
func RegisterModel(models ...interface{}) {
RegisterModelWithPrefix("", models)
RegisterModelWithPrefix("", models...)
}
// register models with a prefix