Commit c3bde0aa authored by Stan Hu's avatar Stan Hu

Resolve conflicts in lib/gitlab/background_migration/redact_links.rb

parent 556a026c
...@@ -6,11 +6,8 @@ require_relative 'redact_links/redactable' ...@@ -6,11 +6,8 @@ require_relative 'redact_links/redactable'
module Gitlab module Gitlab
module BackgroundMigration module BackgroundMigration
class RedactLinks class RedactLinks
<<<<<<< HEAD
prepend EE::Gitlab::BackgroundMigration::RedactLinks prepend EE::Gitlab::BackgroundMigration::RedactLinks
=======
>>>>>>> upstream/master
class Note < ActiveRecord::Base class Note < ActiveRecord::Base
include EachBatch include EachBatch
include ::Gitlab::BackgroundMigration::RedactLinks::Redactable include ::Gitlab::BackgroundMigration::RedactLinks::Redactable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment