Andrew Kane hace 10 años
padre
commit
6afd3829ef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/models/blazer/audit.rb

+ 1 - 1
app/models/blazer/audit.rb

@@ -1,5 +1,5 @@
 module Blazer
   class Audit < ActiveRecord::Base
-
+    belongs_to :user
   end
 end