This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
Tranyi
/
blazer
Seguir
3
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Fixed audits
Andrew Kane
hace 10 años
padre
397411916c
commit
6afd3829ef
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
app/models/blazer/audit.rb
+ 1
- 1
app/models/blazer/audit.rb
Ver fichero
@@ -1,5 +1,5 @@
module Blazer
class Audit < ActiveRecord::Base
-
+
belongs_to :user
end
end