Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-07-19 12:48:39 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-07-19 12:48:39 +0300
commitf93a14801d4543c52e4128db1ba1bf801f3b6ef1 (patch)
treedbab1363d450bc668cb34a393876b269fcb0f6e9 /app/models/user.rb
parent80ae65cd087d3a24a9a453588ef69295b6313d14 (diff)
Remove duplicated include IgnorableColumn
It's probably duplicated during resolving a conflict?
Diffstat (limited to 'app/models/user.rb')
-rw-r--r--app/models/user.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/user.rb b/app/models/user.rb
index 4987d01aac6..58429f8d607 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -14,7 +14,6 @@ class User < ActiveRecord::Base
include IgnorableColumn
include FeatureGate
include CreatedAtFilterable
- include IgnorableColumn
include BulkMemberAccessLoad
include BlocksJsonSerialization
include WithUploads