aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_text_overview.md
diff options
context:
space:
mode:
authorMisaki Shioi <31817032+shioimm@users.noreply.github.com>2019-04-27 15:38:08 +0900
committerMisaki Shioi <shioi.mm@gmail.com>2019-06-08 23:46:43 +0900
commit86ba1ee824aa075f49190098c461b91dd26876c5 (patch)
tree65773c6acf3aa04ae37b6a20204eb0db4a8e1dcc /guides/source/action_text_overview.md
parentdbcaf9d157c9303d617a200e8c4b0832eb8af749 (diff)
downloadrails-86ba1ee824aa075f49190098c461b91dd26876c5.tar.gz
rails-86ba1ee824aa075f49190098c461b91dd26876c5.tar.bz2
rails-86ba1ee824aa075f49190098c461b91dd26876c5.zip
Fix installation on guides/source/action_text_overview.md
gem 'image_proccessing' is required.
Diffstat (limited to 'guides/source/action_text_overview.md')
-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 08ec35e52a..5bf97aa7c3 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