Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Fohow
/
fohow_api
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
add live award patch function
abiao
hace 5 años
padre
b36695ae9f
commit
e821482c26
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
go/gopath/src/fohow.com/apps/models/live_model/init.go
+ 1
- 0
go/gopath/src/fohow.com/apps/models/live_model/init.go
Ver fichero
@@ -10,6 +10,7 @@ import (
func init() {
orm.RegisterModel(
new(LiveBroad),
+ new(LiveAward),
)
}