diff options
author | dineshpanda <dineshpanda92@gmail.com> | 2019-08-30 02:09:13 +0530 |
---|---|---|
committer | dineshpanda <dineshpanda92@gmail.com> | 2019-08-30 02:09:13 +0530 |
commit | fa6f19d1f83b68f2bb729be889ab7d66adbbedb8 (patch) | |
tree | f33896c818180909073c47075798845d6ba335e1 /app/models/event.rb | |
parent | 921d4f37230c8d6d5c097929520bed51e3679a0c (diff) | |
download | gitlab-ce-fa6f19d1f83b68f2bb729be889ab7d66adbbedb8.tar.gz |
Remove dependency on IgnorableColumn concern
Diffstat (limited to 'app/models/event.rb')
-rw-r--r-- | app/models/event.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/event.rb b/app/models/event.rb index 738080eb584..392d7368033 100644 --- a/app/models/event.rb +++ b/app/models/event.rb @@ -2,7 +2,6 @@ class Event < ApplicationRecord include Sortable - include IgnorableColumn include FromUnion default_scope { reorder(nil) } |