summaryrefslogtreecommitdiff
path: root/db/migrate/20141006143943_move_slack_service_to_webhook.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20141006143943_move_slack_service_to_webhook.rb')
-rw-r--r--db/migrate/20141006143943_move_slack_service_to_webhook.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20141006143943_move_slack_service_to_webhook.rb b/db/migrate/20141006143943_move_slack_service_to_webhook.rb
index 5836cd6b8db..8cb120f7007 100644
--- a/db/migrate/20141006143943_move_slack_service_to_webhook.rb
+++ b/db/migrate/20141006143943_move_slack_service_to_webhook.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class MoveSlackServiceToWebhook < ActiveRecord::Migration
def change
SlackService.all.each do |slack_service|