diff options
author | Rémy Coutable <remy@rymai.me> | 2018-02-22 21:58:50 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-02-22 21:58:50 +0000 |
commit | e037854adac8f9bf5bc17dd80f94511348d73155 (patch) | |
tree | a817a3f4b2b15762da16c82e82ba3d2072280077 /app/models | |
parent | 20aaed908edafd1d1e273026e20bfe89cfa2e088 (diff) | |
parent | 44d33db12a93f796769c1f470c922f1daafea971 (diff) | |
download | gitlab-ce-e037854adac8f9bf5bc17dd80f94511348d73155.tar.gz |
Merge branch '42431-add-auto-devops-and-clusters-button-to-projects' into 'master'
Add a button on the project page to set up a Kubernetes cluster and enable Auto DevOps
Closes #42431
See merge request gitlab-org/gitlab-ce!16900
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/project.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/project.rb b/app/models/project.rb index 79058d51af8..4ad6f025e5c 100644 --- a/app/models/project.rb +++ b/app/models/project.rb @@ -15,6 +15,7 @@ class Project < ActiveRecord::Base include ValidAttribute include ProjectFeaturesCompatibility include SelectForProjectAuthorization + include Presentable include Routable include GroupDescendant include Gitlab::SQL::Pattern |