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:
authorJames Lopez <james@jameslopez.es>2016-05-09 19:33:48 +0300
committerJames Lopez <james@jameslopez.es>2016-05-09 19:33:48 +0300
commit21be0cae62af3ba5e0e71758d260287b164fe504 (patch)
treee3ad6c23d5182d14e088b2049178bbb863335fed /lib/gitlab/import_export.rb
parent7ff2a51eb24032895e6199c62de44e17de65af7b (diff)
fixing merge issues
Diffstat (limited to 'lib/gitlab/import_export.rb')
-rw-r--r--lib/gitlab/import_export.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gitlab/import_export.rb b/lib/gitlab/import_export.rb
index 84860b43cbe..655373c03af 100644
--- a/lib/gitlab/import_export.rb
+++ b/lib/gitlab/import_export.rb
@@ -6,10 +6,6 @@ module Gitlab
File.join(storage_path, relative_path)
end
- def project_attributes
- %i(name path description issues_enabled wall_enabled merge_requests_enabled wiki_enabled snippets_enabled visibility_level archived)
- end
-
def project_tree
Gitlab::ImportExport::ImportExportReader.new.project_tree
end