diff options
author | Robert Speicher <robert@gitlab.com> | 2018-10-19 17:42:18 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2018-10-19 17:42:18 +0000 |
commit | ec0199b8fa0abe203905e0abb3a5d5c4c0748688 (patch) | |
tree | 6159ecbc653c1586940221f51203469f26bcba17 /lib | |
parent | da9e5fcd3877581110f9a5ca82521ae5aad156b8 (diff) | |
parent | 34480bb8501eaf1c5b71284fc9cd2bcdbf04fdea (diff) | |
download | gitlab-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')
-rw-r--r-- | lib/gitlab/template/base_template.rb | 2 |
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 |