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