aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorGeorge Claghorn <george.claghorn@gmail.com>2017-12-14 23:32:29 -0500
committerGitHub <noreply@github.com>2017-12-14 23:32:29 -0500
commit06dbc028da444079d82b36ea4325a924982838a6 (patch)
tree5ab743bd52004d3210b01481240dca3a66e4311c /guides/source
parent377948850fd820d6934c5c2d126bd53861956270 (diff)
parent63554cb32272e4574d6457742508d39a7eb720b9 (diff)
downloadrails-06dbc028da444079d82b36ea4325a924982838a6.tar.gz
rails-06dbc028da444079d82b36ea4325a924982838a6.tar.bz2
rails-06dbc028da444079d82b36ea4325a924982838a6.zip
Merge pull request #31464 from yhirano55/update_guide_index
[ci skip] Update guide index for active storage
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/documents.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml
index 288519819d..388f3761b1 100644
--- a/guides/source/documents.yaml
+++ b/guides/source/documents.yaml
@@ -84,6 +84,10 @@
url: active_job_basics.html
description: This guide provides you with all you need to get started creating, enqueuing, and executing background jobs.
-
+ name: Active Storage
+ url: active_storage_overview.html
+ description: This guide covers how to attach files to your Active Record models.
+ -
name: Testing Rails Applications
url: testing.html
description: This is a rather comprehensive guide to the various testing facilities in Rails. It covers everything from 'What is a test?' to Integration Testing. Enjoy.