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

active → action

This commit is contained in:
Javan Makhmali 2018-10-02 13:32:06 -04:00
parent faffd9b278
commit a37b90881d
4 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1 +1 @@
import "activetext" import "actiontext"

View file

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

View file

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