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:
authorDouwe Maan <douwe@gitlab.com>2017-06-01 16:06:30 +0300
committerDouwe Maan <douwe@gitlab.com>2017-06-01 16:06:30 +0300
commit483d88a9cdc8dc8f699b962c206eaa007aa370ef (patch)
treefed5d381bce05e823eb45d7d499c592122f39581 /doc/development/README.md
parentc72abcefe79dd906cbbf0088b442a8979e9fc746 (diff)
parentcd74c1434e42f7e6aa12fe2e2b8d9b1e56aea78f (diff)
Merge branch 'document-not-using-serialize' into 'master'
Document not using ActiveRecord's serialize method See merge request !11821
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 be013667684..af4131c4a8f 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -50,6 +50,7 @@
- [Adding database indexes](adding_database_indexes.md)
- [Post Deployment Migrations](post_deployment_migrations.md)
- [Foreign Keys & Associations](foreign_keys.md)
+- [Serializing Data](serializing_data.md)
## i18n