1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-12 21:31:03 +00:00

beego support flash data

This commit is contained in:
astaxie
2013-08-03 17:55:34 +08:00
parent 452478e779
commit dbfd844ff2
2 changed files with 59 additions and 3 deletions

View File

@ -58,7 +58,6 @@ func (c *Controller) Init(ctx *Context, cn string) {
c.ChildName = cn
c.Ctx = ctx
c.TplExt = "tpl"
}
func (c *Controller) Prepare() {