aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_storage_overview.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-12-15 14:17:19 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-12-15 16:52:27 +0900
commitcda7e63abcd20d8c220ee4d963bb01dadaf032d7 (patch)
tree7a7aa4ec53575460ee23230356ea3fb855b90a98 /guides/source/active_storage_overview.md
parent1865ef7318a1ea9442b1dd3e5498cd68082b6d5a (diff)
downloadrails-cda7e63abcd20d8c220ee4d963bb01dadaf032d7.tar.gz
rails-cda7e63abcd20d8c220ee4d963bb01dadaf032d7.tar.bz2
rails-cda7e63abcd20d8c220ee4d963bb01dadaf032d7.zip
Sync header title with file name [ci skip]
Like other Basics and Overview guides.
Diffstat (limited to 'guides/source/active_storage_overview.md')
-rw-r--r--guides/source/active_storage_overview.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md
index ef1d599d40..dbce074388 100644
--- a/guides/source/active_storage_overview.md
+++ b/guides/source/active_storage_overview.md
@@ -1,7 +1,7 @@
**DO NOT READ THIS FILE ON GITHUB, GUIDES ARE PUBLISHED ON http://guides.rubyonrails.org.**
-Active Storage
-==============
+Active Storage Overview
+=======================
This guide covers how to attach files to your Active Record models.