Replace "ActionText" with "Action Text" [ci skip]

http://guides.rubyonrails.org/api_documentation_guidelines.html#wording
This commit is contained in:
Eugene Kenny 2021-10-03 21:48:05 +01:00
parent f1f86603a9
commit 1e250e6ee2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ happens after every keystroke, and avoids the need to use execCommand at all.
Run `bin/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.
NOTE: ActionText uses polymorphic relationships with the `action_text_rich_texts` table so that it can be shared with all models that have rich text attributes. If your models with ActionText content use UUID values for identifiers, all models that use ActionText attributes will need to use UUID values for their unique identifiers. The generated migration for ActionText will also need to be updated to specify `type: :uuid` for the `:record` `references` line.
NOTE: Action Text uses polymorphic relationships with the `action_text_rich_texts` table so that it can be shared with all models that have rich text attributes. If your models with Action Text content use UUID values for identifiers, all models that use Action Text attributes will need to use UUID values for their unique identifiers. The generated migration for Action Text will also need to be updated to specify `type: :uuid` for the `:record` `references` line.
After the installation is complete, a Rails app should have the following changes: