]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/diary_comment.rb
Added tests for validators
[rails.git] / app / models / diary_comment.rb
index 472129b1b6e174c0a525ff70a648b9d78b8904f9..475872b26bbeba365613ba30bd9819831d08c59f 100644 (file)
@@ -2,9 +2,9 @@
 #
 # Table name: diary_comments
 #
-#  id             :bigint(8)        not null, primary key
-#  diary_entry_id :bigint(8)        not null
-#  user_id        :bigint(8)        not null
+#  id             :integer          not null, primary key
+#  diary_entry_id :integer          not null
+#  user_id        :integer          not null
 #  body           :text             not null
 #  created_at     :datetime         not null
 #  updated_at     :datetime         not null