summaryrefslogtreecommitdiff
path: root/rubocop/cop/migration/add_column.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-08 16:31:15 -0600
committerDouwe Maan <douwe@selenight.nl>2017-02-08 16:47:48 -0600
commitb0afed1aac83996747820728ee2a5d618f5caf3c (patch)
tree594894d2bd05d3e7129d631dd889d83d4c52df4b /rubocop/cop/migration/add_column.rb
parentabc9548f8afae6d666942f37715d2f7f8258d63b (diff)
downloadgitlab-ce-b0afed1aac83996747820728ee2a5d618f5caf3c.tar.gz
Explicitly require rubocop migration_helpersdm-add-column-with-default-cop
Diffstat (limited to 'rubocop/cop/migration/add_column.rb')
-rw-r--r--rubocop/cop/migration/add_column.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/rubocop/cop/migration/add_column.rb b/rubocop/cop/migration/add_column.rb
index d5c8eeeea1f..1490fcdd814 100644
--- a/rubocop/cop/migration/add_column.rb
+++ b/rubocop/cop/migration/add_column.rb
@@ -1,3 +1,5 @@
+require_relative '../../migration_helpers'
+
module RuboCop
module Cop
module Migration