diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-04-14 17:13:02 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-04-14 17:13:02 +0100 |
commit | fb0742f39fc9f5ba9e45ef08a4e4312ea10660f1 (patch) | |
tree | e07392141eebad88109b5e7ad62910a5bfdc4f1e /app/models/info_request_batch.rb | |
parent | 4e74160d372fd4bca170c056944708b7cfdd2dba (diff) | |
parent | 77eba1956f318510247163133197b64f08b9c1e1 (diff) |
Merge branch 'issues/1416-csv-update-public-bodies' into rails-3-develop
Diffstat (limited to 'app/models/info_request_batch.rb')
-rw-r--r-- | app/models/info_request_batch.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/models/info_request_batch.rb b/app/models/info_request_batch.rb index 498ab4951..d7c5eb9af 100644 --- a/app/models/info_request_batch.rb +++ b/app/models/info_request_batch.rb @@ -1,13 +1,14 @@ # == Schema Information -# Schema version: 20131024114346 # # Table name: info_request_batches # # id :integer not null, primary key # title :text not null # user_id :integer not null -# created_at :datetime -# updated_at :datetime +# created_at :datetime not null +# updated_at :datetime not null +# body :text +# sent_at :datetime # class InfoRequestBatch < ActiveRecord::Base |