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