summaryrefslogtreecommitdiff
path: root/doc/development/README.md
diff options
context:
space:
mode:
authorVictor Zagorodny <vzagorodny@gitlab.com>2019-09-17 00:00:00 +0300
committerVictor Zagorodny <vzagorodny@gitlab.com>2019-09-18 13:30:19 +0300
commitb5a25fa0a4f89caf389adfa92365cbb7d2ddec5c (patch)
treea6586e5422f13549328c1e0dd56886df069aa5a7 /doc/development/README.md
parent5c578a9ca237617214451af559d80cf52bce8675 (diff)
downloadgitlab-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.md1
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