func init() { revel.InterceptFunc(setUser, revel.BEFORE, &App{}) }
func init() { revel.InterceptFunc(setuser, revel.BEFORE, &Application{}) }