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:
authorSean McGivern <sean@mcgivern.me.uk>2017-08-07 22:24:14 +0300
committerSean McGivern <sean@mcgivern.me.uk>2017-08-07 22:24:14 +0300
commit4c8b666893aa9f5ab94b800489fd9e3240ad4f5e (patch)
tree4c499f649a9b3461963d9c084333259aad8a57be /app/models/project.rb
parent4e2b630df716174ea9b07319a0fd5eda7b60cf8e (diff)
parentae5003a35ef47bbdafc51e3e9d0f27039f9d20a2 (diff)
Merge branch 'zj-project-templates' into 'master'
Allow projects to be started from a template Closes #32420 See merge request !13108
Diffstat (limited to 'app/models/project.rb')
-rw-r--r--app/models/project.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/project.rb b/app/models/project.rb
index 09b1305739c..0a726e3ffd3 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -75,6 +75,7 @@ class Project < ActiveRecord::Base
attr_accessor :new_default_branch
attr_accessor :old_path_with_namespace
+ attr_accessor :template_name
attr_writer :pipeline_status
alias_attribute :title, :name