diff options
Diffstat (limited to 'app/models/alert.rb')
-rw-r--r-- | app/models/alert.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/alert.rb b/app/models/alert.rb index 343c269..0516355 100644 --- a/app/models/alert.rb +++ b/app/models/alert.rb @@ -1,3 +1,3 @@ class Alert < ActiveRecord::Base - belongs_to :author + belongs_to :author end |