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:
authorDylan Griffith <dyl.griffith@gmail.com>2018-04-05 09:39:16 +0300
committerDylan Griffith <dyl.griffith@gmail.com>2018-04-09 03:12:02 +0300
commit5e3733da3773f187c5a8c20c26f9d5c0432dea57 (patch)
tree52a1b4e8c693a6a350e84aa5a5482453d35fa8d8 /app/models/project.rb
parent86ca1a77c58b508fc1b037c5fffbfb22fd992b42 (diff)
Get GITLAB_FEATURES from Project#licensed_features instead of Namespace#features (#5320)
Diffstat (limited to 'app/models/project.rb')
-rw-r--r--app/models/project.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/project.rb b/app/models/project.rb
index 3f805dd1fc9..ff4ea25987c 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -1875,6 +1875,10 @@ class Project < ActiveRecord::Base
memoized_results[cache_key]
end
+ def licensed_features
+ []
+ end
+
private
def storage