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:
Diffstat (limited to 'app/models/organizations/organization.rb')
-rw-r--r--app/models/organizations/organization.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/models/organizations/organization.rb b/app/models/organizations/organization.rb
index 157b851e009..4244f51bb2e 100644
--- a/app/models/organizations/organization.rb
+++ b/app/models/organizations/organization.rb
@@ -46,6 +46,11 @@ module Organizations
Gitlab::UrlBuilder.build(self, only_path: only_path)
end
+ # TODO - update to return real description when https://gitlab.com/gitlab-org/gitlab/-/issues/422078 is complete.
+ def description
+ nil
+ end
+
private
def check_if_default_organization