aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/actiontext.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/actiontext.rake')
-rw-r--r--lib/tasks/actiontext.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/actiontext.rake b/lib/tasks/actiontext.rake
index 817a4c67f0..01f8697c61 100644
--- a/lib/tasks/actiontext.rake
+++ b/lib/tasks/actiontext.rake
@@ -5,7 +5,7 @@ namespace :action_text do
Rake::Task["install:migrations"].clear_comments
desc "Copy over the migration, stylesheet, and JavaScript files"
- task install: %i( environment copy_migration copy_stylesheet )
+ task install: %w( environment active_storage:install copy_migration copy_stylesheet )
task :copy_migration do
if Rake::Task.task_defined?("action_text:install:migrations")