From 4f0d6c87b15d96a4dba252be833b367bcd675e2b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 27 Sep 2018 16:44:57 -0700 Subject: active_storage:install may halt chain if its already been run --- lib/tasks/action_mailroom.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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") -- cgit v1.2.3