diff options
Diffstat (limited to 'app/models/namespace.rb')
-rw-r--r-- | app/models/namespace.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/namespace.rb b/app/models/namespace.rb index e2bcd25be21..dd74165f887 100644 --- a/app/models/namespace.rb +++ b/app/models/namespace.rb @@ -58,10 +58,6 @@ class Namespace < ActiveRecord::Base where("name LIKE :query OR path LIKE :query", query: "%#{query}%") end - def global_id - 'GLN' - end - def clean_path(path) path.gsub!(/@.*\z/, "") path.gsub!(/\.git\z/, "") |