aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorYuji Yaginuma <yuuji.yaginuma@gmail.com>2019-06-09 07:10:14 +0900
committerGitHub <noreply@github.com>2019-06-09 07:10:14 +0900
commit3567fa53f7dada3f5c66f4e72775f8bfa9f38f80 (patch)
tree9a51a4a5d488bb621d737c2efb89cdd511167952 /guides
parentdc2a5d4c3407dc8dc12b389f845b7797bafdfdd7 (diff)
parent86ba1ee824aa075f49190098c461b91dd26876c5 (diff)
downloadrails-3567fa53f7dada3f5c66f4e72775f8bfa9f38f80.tar.gz
rails-3567fa53f7dada3f5c66f4e72775f8bfa9f38f80.tar.bz2
rails-3567fa53f7dada3f5c66f4e72775f8bfa9f38f80.zip
Merge pull request #36117 from shioimm/fix_action_text_overview
Fix installation on guides/source/action_text_overview.md
Diffstat (limited to 'guides')
-rw-r--r--guides/source/action_text_overview.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/action_text_overview.md b/guides/source/action_text_overview.md
index 07919775e2..a735ec2b0e 100644
--- a/guides/source/action_text_overview.md
+++ b/guides/source/action_text_overview.md
@@ -46,6 +46,8 @@ happens after every keystroke, and avoids the need to use execCommand at all.
## Installation
Run `rails action_text:install` to add the Yarn package and copy over the necessary migration.
+Also, you need to set up Active Storage for embedded images and other attachments.
+Please refer to the [Active Storage Overview](active_storage_overview.html) guide.
## Examples