summaryrefslogtreecommitdiff
path: root/db/migrate/20150806104937_create_abuse_reports.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20150806104937_create_abuse_reports.rb')
-rw-r--r--db/migrate/20150806104937_create_abuse_reports.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20150806104937_create_abuse_reports.rb b/db/migrate/20150806104937_create_abuse_reports.rb
index e97dc4cf04c..3c749b5d9a9 100644
--- a/db/migrate/20150806104937_create_abuse_reports.rb
+++ b/db/migrate/20150806104937_create_abuse_reports.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class CreateAbuseReports < ActiveRecord::Migration
def change
create_table :abuse_reports do |t|