aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/comment.rb
diff options
context:
space:
mode:
authortony <tony>2009-03-09 15:48:32 +0000
committertony <tony>2009-03-09 15:48:32 +0000
commit828f73e10cea0e6be417d977c4b5f7f10ceae9b1 (patch)
treeb08f263cab0320c063887946d0c968a9d155f7c2 /app/models/comment.rb
parent0c2f263b6d3117fbb38740432284b31a0a474164 (diff)
Update models and schema for new table
Diffstat (limited to 'app/models/comment.rb')
-rw-r--r--app/models/comment.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/comment.rb b/app/models/comment.rb
index fcafaad24..ac270b68c 100644
--- a/app/models/comment.rb
+++ b/app/models/comment.rb
@@ -1,5 +1,5 @@
# == Schema Information
-# Schema version: 73
+# Schema version: 74
#
# Table name: comments
#
@@ -19,7 +19,7 @@
# Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: comment.rb,v 1.13 2009-03-09 01:17:06 francis Exp $
+# $Id: comment.rb,v 1.14 2009-03-09 15:48:32 tony Exp $
class Comment < ActiveRecord::Base
strip_attributes!