1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #36117 from shioimm/fix_action_text_overview

Fix installation on guides/source/action_text_overview.md
This commit is contained in:
Yuji Yaginuma 2019-06-09 07:10:14 +09:00 committed by GitHub
commit 3567fa53f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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