diff options
Diffstat (limited to 'app/models/project.rb')
-rw-r--r-- | app/models/project.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/project.rb b/app/models/project.rb index 4689b588906..c3191336024 100644 --- a/app/models/project.rb +++ b/app/models/project.rb @@ -4,7 +4,7 @@ class Project < ActiveRecord::Base include Gitlab::ConfigHelper include Gitlab::ShellAdapter include Gitlab::VisibilityLevel - include Gitlab::CurrentSettings + # include Gitlab::CurrentSettings include AccessRequestable include Avatarable include CacheMarkdownField @@ -20,7 +20,7 @@ class Project < ActiveRecord::Base include GroupDescendant extend Gitlab::ConfigHelper - extend Gitlab::CurrentSettings + # extend Gitlab::CurrentSettings BoardLimitExceeded = Class.new(StandardError) |