aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r--app/models/info_request.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb
index 38627df50..92cb4b208 100644
--- a/app/models/info_request.rb
+++ b/app/models/info_request.rb
@@ -212,10 +212,6 @@ class InfoRequest < ActiveRecord::Base
OLD_AGE_IN_DAYS = 21.days
- def visible_comments
- self.comments.find(:all, :conditions => 'visible')
- end
-
# If the URL name has changed, then all request: queries will break unless
# we update index for every event. Also reindex if prominence changes.
after_update :reindex_some_request_events