aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-04-28 10:12:16 +0100
committerLouise Crow <louise.crow@gmail.com>2015-04-28 10:12:16 +0100
commitc884121722919307984dd2080f01268b271ea1d7 (patch)
treeb5ddeca65d5d4b9c1724d1d87d6a6e6a2661b9c5 /app/models/info_request.rb
parentd1e666da6fde288bebaea9ade9a6978bcc796ece (diff)
parent527c0010cad17f043663ea21b8e58395eac72e02 (diff)
Merge branch 'add-widget' into rails-3-develop
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r--app/models/info_request.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb
index 57a8fd7e0..f9f6cffa9 100644
--- a/app/models/info_request.rb
+++ b/app/models/info_request.rb
@@ -50,6 +50,7 @@ class InfoRequest < ActiveRecord::Base
has_many :info_request_events, :order => 'created_at'
has_many :user_info_request_sent_alerts
has_many :track_things, :order => 'created_at desc'
+ has_many :widget_votes
has_many :comments, :order => 'created_at'
has_many :censor_rules, :order => 'created_at desc'
has_many :mail_server_logs, :order => 'mail_server_log_done_id'