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:
commit
3567fa53f7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue