aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 32f3b90184..767fbf71b7 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: %w( environment active_storage:install copy_migration copy_stylesheet copy_fixtures )
+ task install: %w( environment copy_migration copy_stylesheet copy_fixtures active_storage:install )
task :copy_migration do
if Rake::Task.task_defined?("action_text:install:migrations")