Beispiel #1
0
func init() {
	revmgo.ControllerInit()
	revel.InterceptMethod((*Application).Setup, revel.BEFORE)
}
Beispiel #2
0
func init() {
	revmgo.ControllerInit()
	revel.OnAppStart(revmgo.AppInit)
}
Beispiel #3
0
func init() {
	revmgo.ControllerInit()
}