浏览代码

Fixed audits

Andrew Kane 10 年之前
父节点
当前提交
6afd3829ef
共有 1 个文件被更改,包括 1 次插入1 次删除
  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