summaryrefslogtreecommitdiff
path: root/app/models/alert.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/alert.rb')
-rw-r--r--app/models/alert.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/alert.rb b/app/models/alert.rb
index e61a702..343c269 100644
--- a/app/models/alert.rb
+++ b/app/models/alert.rb
@@ -1,2 +1,3 @@
class Alert < ActiveRecord::Base
+ belongs_to :author
end