aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2010-10-01 14:41:14 +0100
committerLouise Crow <louise.crow@gmail.com>2010-10-01 14:41:14 +0100
commit16908b1af294d0d85fcb497f37e21e0ae4f4b190 (patch)
tree03dbb14b2dfa945ba9f82b14e1b57ca57bf49e9e /app/models/info_request.rb
parentc6bc01e7ff166b5ac6d6fc69b85995fa8e451b99 (diff)
parent4dc10e85aec60d10c2364e1171b392650bfd096e (diff)
Merge branch 'master' of ssh://louise@git.mysociety.org/data/git/public/whatdotheyknow
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r--app/models/info_request.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb
index 4f997baa6..3f5224907 100644
--- a/app/models/info_request.rb
+++ b/app/models/info_request.rb
@@ -50,6 +50,8 @@ class InfoRequest < ActiveRecord::Base
has_many :censor_rules, :order => 'created_at desc'
has_many :exim_logs, :order => 'exim_log_done_id'
+ has_tag_string
+
# user described state (also update in info_request_event, admin_request/edit.rhtml)
validates_inclusion_of :described_state, :in => [
'waiting_response',