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-06 14:40:02 +0300
committerJames Lopez <james@jameslopez.es>2016-05-06 14:40:02 +0300
commitce598b05414d52b31437dbe19412eb6a9a16f1b5 (patch)
tree34349e8e2c95ae01c0e219cedd42e335ef0e9321 /lib/gitlab/import_export.rb
parent6612ca096a496caaa0d30724190964df8aac2f46 (diff)
fixed and refactored a few things based on MR feedback
Diffstat (limited to 'lib/gitlab/import_export.rb')
-rw-r--r--lib/gitlab/import_export.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export.rb b/lib/gitlab/import_export.rb
index 539eae13f33..aa69f7c44a5 100644
--- a/lib/gitlab/import_export.rb
+++ b/lib/gitlab/import_export.rb
@@ -6,7 +6,7 @@ module Gitlab
File.join(storage_path, relative_path)
end
- def project_atts
+ def project_attributes
%i(name path description issues_enabled wall_enabled merge_requests_enabled wiki_enabled snippets_enabled visibility_level archived)
end