diff options
author | Francis Irving <francis@mysociety.org> | 2010-09-29 09:59:37 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-09-29 09:59:37 +0100 |
commit | e1bd825b316db54aef5c35bcf8ec9afa6ea2f49e (patch) | |
tree | 66a462563245c467f07d1fefb9eda650c1c7c022 /app/models/info_request.rb | |
parent | 2959490347b95295b85b2037dc4de812e6210740 (diff) |
Tags for requests, with admin interface to view/edit them.
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r-- | app/models/info_request.rb | 2 |
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', |