aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_batch.rb
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-04-08 16:19:28 +0100
committerGareth Rees <gareth@mysociety.org>2014-04-09 11:02:25 +0100
commitaabf6e5967bf24f47c8c25d638ab8ba2c2db5968 (patch)
treee14d8248e15dbc194fbc2972079e4f1f8a56f878 /app/models/info_request_batch.rb
parentba8365ab57df349e9c9dafe223548bd2efab515d (diff)
Annotate models
Should have been run after related migrations. Could automate this to always run after migrations.
Diffstat (limited to 'app/models/info_request_batch.rb')
-rw-r--r--app/models/info_request_batch.rb7
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