aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request.rb
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-07-05 12:17:57 +0100
committerRobin Houston <robin.houston@gmail.com>2012-07-05 12:17:57 +0100
commit6d6614ddfd582e5cde0b55e76521c05b96fb906a (patch)
tree09e2dba166b446e646b16e99181043ef26fa3741 /app/models/info_request.rb
parentb479373671365ba9377c23a8e984606ddab13330 (diff)
parentd30312f2d13b561bc0f596a8a57b4a944401600e (diff)
Merge branch 'develop' into wdtk
Conflicts: doc/INSTALL.md
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r--app/models/info_request.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb
index d09acbcf6..a41d6d2db 100644
--- a/app/models/info_request.rb
+++ b/app/models/info_request.rb
@@ -1,11 +1,10 @@
# == Schema Information
-# Schema version: 114
#
# Table name: info_requests
#
# id :integer not null, primary key
# title :text not null
-# user_id :integer not null
+# user_id :integer
# public_body_id :integer not null
# created_at :datetime not null
# updated_at :datetime not null
@@ -17,10 +16,11 @@
# allow_new_responses_from :string(255) default("anybody"), not null
# handle_rejected_responses :string(255) default("bounce"), not null
# idhash :string(255) not null
+# external_user_name :string(255)
+# external_url :string(255)
# attention_requested :boolean default(FALSE)
#
-
require 'digest/sha1'
class InfoRequest < ActiveRecord::Base