Skip to content
Snippets Groups Projects
Commit afeb3827 authored by Kerri Miller's avatar Kerri Miller
Browse files

Remove ignore_column directive

parent 3c81964d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,9 +5,6 @@ class ApprovalMergeRequestRule < ApplicationRecord
include ApprovalRuleLike
include UsageStatistics
 
include IgnorableColumns
ignore_column :code_owner, remove_with: '13.5', remove_after: '2020-10-22'
scope :not_matching_pattern, -> (pattern) { code_owner.where.not(name: pattern) }
scope :matching_pattern, -> (pattern) { code_owner.where(name: pattern) }
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment