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