summaryrefslogtreecommitdiff
path: root/spec/factories/abuse_reports.rb
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-09-06 07:48:48 -0700
committerStan Hu <stanhu@gmail.com>2015-09-06 07:48:48 -0700
commitd7812a95cf518dfa1565a0514b87fb40f86949e5 (patch)
treec75bfbe54a1defbec2bdcb9626ab3c1c5a09fd06 /spec/factories/abuse_reports.rb
parent50f76ae0eae29f7362702da274055f76a350ee6f (diff)
downloadgitlab-ce-d7812a95cf518dfa1565a0514b87fb40f86949e5.tar.gz
Re-annotate models
Diffstat (limited to 'spec/factories/abuse_reports.rb')
-rw-r--r--spec/factories/abuse_reports.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/spec/factories/abuse_reports.rb b/spec/factories/abuse_reports.rb
index 29fcbc5e197..8d287ded292 100644
--- a/spec/factories/abuse_reports.rb
+++ b/spec/factories/abuse_reports.rb
@@ -1,3 +1,15 @@
+# == Schema Information
+#
+# Table name: abuse_reports
+#
+# id :integer not null, primary key
+# reporter_id :integer
+# user_id :integer
+# message :text
+# created_at :datetime
+# updated_at :datetime
+#
+
# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do