Example #1
0
func init() {
	revmgo.ControllerInit()
	revel.InterceptMethod((*Application).Setup, revel.BEFORE)
}
Example #2
0
File: account.go Project: jsli/cms
func init() {
	revmgo.ControllerInit()
	revel.OnAppStart(revmgo.AppInit)
}
Example #3
0
File: init.go Project: x6j/revmgo
func init() {
	revmgo.ControllerInit()
}