aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/request_classification.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/request_classification.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/request_classification.rb')
-rw-r--r--app/models/request_classification.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/request_classification.rb b/app/models/request_classification.rb
index 6873d468b..478a543d3 100644
--- a/app/models/request_classification.rb
+++ b/app/models/request_classification.rb
@@ -5,8 +5,8 @@
# id :integer not null, primary key
# user_id :integer
# info_request_event_id :integer
-# created_at :datetime
-# updated_at :datetime
+# created_at :datetime not null
+# updated_at :datetime not null
#
class RequestClassification < ActiveRecord::Base