diff options
author | Yoshiyuki Hirano <yhirano@me.com> | 2017-12-15 13:19:55 +0900 |
---|---|---|
committer | Yoshiyuki Hirano <yhirano@me.com> | 2017-12-15 13:19:55 +0900 |
commit | 63554cb32272e4574d6457742508d39a7eb720b9 (patch) | |
tree | 5ab743bd52004d3210b01481240dca3a66e4311c | |
parent | 377948850fd820d6934c5c2d126bd53861956270 (diff) | |
download | rails-63554cb32272e4574d6457742508d39a7eb720b9.tar.gz rails-63554cb32272e4574d6457742508d39a7eb720b9.tar.bz2 rails-63554cb32272e4574d6457742508d39a7eb720b9.zip |
[ci skip] Update guide index for active storage
-rw-r--r-- | guides/source/documents.yaml | 4 |
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. |