diff options
author | Victor Zagorodny <vzagorodny@gitlab.com> | 2019-09-17 00:00:00 +0300 |
---|---|---|
committer | Victor Zagorodny <vzagorodny@gitlab.com> | 2019-09-18 13:30:19 +0300 |
commit | b5a25fa0a4f89caf389adfa92365cbb7d2ddec5c (patch) | |
tree | a6586e5422f13549328c1e0dd56886df069aa5a7 /doc/development/README.md | |
parent | 5c578a9ca237617214451af559d80cf52bce8675 (diff) | |
download | gitlab-ce-10242-create-vulnerability-model-ce.tar.gz |
Add validations for Issuable-related fields10242-create-vulnerability-model-ce
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index e8bebc79124..9d6f1b1b73d 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -34,6 +34,7 @@ description: 'Learn how to contribute to GitLab.' ## Backend guides - [GitLab utilities](utilities.md) +- [Issuable-like Rails models](issuable-like-models.md) - [Logging](logging.md) - [API styleguide](api_styleguide.md) Use this styleguide if you are contributing to the API |