mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
active → action
This commit is contained in:
parent
faffd9b278
commit
a37b90881d
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ module ActionText
|
||||||
class Attachment
|
class Attachment
|
||||||
include Attachments::TrixConversion, Attachments::Minification, Attachments::Caching
|
include Attachments::TrixConversion, Attachments::Minification, Attachments::Caching
|
||||||
|
|
||||||
TAG_NAME = "active-text-attachment"
|
TAG_NAME = "action-text-attachment"
|
||||||
SELECTOR = TAG_NAME
|
SELECTOR = TAG_NAME
|
||||||
ATTRIBUTES = %w( sgid content-type url href filename filesize width height previewable caption )
|
ATTRIBUTES = %w( sgid content-type url href filename filesize width height previewable caption )
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
import "activetext"
|
import "actiontext"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@rails/webpacker": "^3.2.2",
|
"@rails/webpacker": "^3.2.2",
|
||||||
"activetext": "file:../.."
|
"actiontext": "file:../.."
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"webpack-dev-server": "^2.11.1"
|
"webpack-dev-server": "^2.11.1"
|
||||||
|
|
|
@ -60,7 +60,7 @@ acorn@^5.0.0:
|
||||||
version "5.2.0-rc1"
|
version "5.2.0-rc1"
|
||||||
resolved "https://registry.yarnpkg.com/activestorage/-/activestorage-5.2.0-rc1.tgz#79898996eceb0f13575eff41fb109051fbfa49b0"
|
resolved "https://registry.yarnpkg.com/activestorage/-/activestorage-5.2.0-rc1.tgz#79898996eceb0f13575eff41fb109051fbfa49b0"
|
||||||
|
|
||||||
"activetext@file:../..":
|
"actiontext@file:../..":
|
||||||
version "0.1"
|
version "0.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
activestorage ">= 5.2.0-rc1"
|
activestorage ">= 5.2.0-rc1"
|
||||||
|
|
Loading…
Reference in a new issue