summaryrefslogtreecommitdiff
path: root/app/models/namespace.rb
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2018-08-15 19:48:05 +0000
committerRobert Speicher <robert@gitlab.com>2018-08-15 19:48:05 +0000
commite113671faac0a00b25729910efa6741bf1fbcb66 (patch)
tree73cdf623f95d4fd0668d6d1a198aec96156b8819 /app/models/namespace.rb
parent085ed2862ce5c53362505bfc759ac8b1b881766d (diff)
downloadgitlab-ce-e113671faac0a00b25729910efa6741bf1fbcb66.tar.gz
Add Acceptance testing issue template
Diffstat (limited to 'app/models/namespace.rb')
-rw-r--r--app/models/namespace.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/namespace.rb b/app/models/namespace.rb
index b974309aeb6..0deb44d7916 100644
--- a/app/models/namespace.rb
+++ b/app/models/namespace.rb
@@ -10,6 +10,7 @@ class Namespace < ActiveRecord::Base
include Storage::LegacyNamespace
include Gitlab::SQL::Pattern
include IgnorableColumn
+ include FeatureGate
ignore_column :deleted_at
@@ -124,7 +125,6 @@ class Namespace < ActiveRecord::Base
def to_param
full_path
end
- alias_method :flipper_id, :to_param
def human_name
owner_name