summaryrefslogtreecommitdiff
path: root/lib/gitlab
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-10-19 17:42:18 +0000
committerRobert Speicher <robert@gitlab.com>2018-10-19 17:42:18 +0000
commitec0199b8fa0abe203905e0abb3a5d5c4c0748688 (patch)
tree6159ecbc653c1586940221f51203469f26bcba17 /lib/gitlab
parentda9e5fcd3877581110f9a5ca82521ae5aad156b8 (diff)
parent34480bb8501eaf1c5b71284fc9cd2bcdbf04fdea (diff)
downloadgitlab-ce-ec0199b8fa0abe203905e0abb3a5d5c4c0748688.tar.gz
Merge branch 'ce-5987-group-file-templates' into 'master'
CE backport of changes to suppport group file templates See merge request gitlab-org/gitlab-ce!22310
Diffstat (limited to 'lib/gitlab')
-rw-r--r--lib/gitlab/template/base_template.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/template/base_template.rb b/lib/gitlab/template/base_template.rb
index 4456217017f..699d747892c 100644
--- a/lib/gitlab/template/base_template.rb
+++ b/lib/gitlab/template/base_template.rb
@@ -1,7 +1,7 @@
module Gitlab
module Template
class BaseTemplate
- attr_reader :category
+ attr_accessor :category
def initialize(path, project = nil, category: nil)
@path = path