diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-24 10:14:05 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-24 10:14:05 +0100 |
commit | 211d62c99dc70a2c259a2d00485f6f15c353ab2f (patch) | |
tree | 9ff60f4272ba4e4e628b755fef1033b324adcce9 /app/models/info_request.rb | |
parent | 6b4e84909554224ea30f901146610d452d612a55 (diff) |
Re-annotate models
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r-- | app/models/info_request.rb | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb index 4a70e365d..a6e108970 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -1,24 +1,3 @@ -# == Schema Information -# Schema version: 108 -# -# Table name: info_requests -# -# id :integer not null, primary key -# title :text not null -# user_id :integer not null -# public_body_id :integer not null -# created_at :datetime not null -# updated_at :datetime not null -# described_state :string(255) not null -# awaiting_description :boolean default(FALSE), not null -# prominence :string(255) default("normal"), not null -# url_title :text not null -# law_used :string(255) default("foi"), not null -# allow_new_responses_from :string(255) default("anybody"), not null -# handle_rejected_responses :string(255) default("bounce"), not null -# idhash :string(255) not null -# - require 'digest/sha1' @@ -1072,3 +1051,25 @@ public end end end + +# == Schema Information +# +# Table name: info_requests +# +# id :integer not null, primary key +# title :text not null +# user_id :integer not null +# public_body_id :integer not null +# created_at :datetime not null +# updated_at :datetime not null +# described_state :string(255) not null +# awaiting_description :boolean default(FALSE), not null +# prominence :string(255) default("normal"), not null +# url_title :text not null +# law_used :string(255) default("foi"), not null +# allow_new_responses_from :string(255) default("anybody"), not null +# handle_rejected_responses :string(255) default("bounce"), not null +# idhash :string(255) not null +# attention_requested :boolean default(FALSE) +# + |