aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-09-27 16:44:57 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2018-09-27 16:44:57 -0700
commit4f0d6c87b15d96a4dba252be833b367bcd675e2b (patch)
tree2da4606e69b3c617bb6a5c2a604fe0b7ed8c5d92 /lib
parentb25948bd5092026ae70b88954acbb11b133c889c (diff)
downloadrails-4f0d6c87b15d96a4dba252be833b367bcd675e2b.tar.gz
rails-4f0d6c87b15d96a4dba252be833b367bcd675e2b.tar.bz2
rails-4f0d6c87b15d96a4dba252be833b367bcd675e2b.zip
active_storage:install may halt chain if its already been run
Diffstat (limited to 'lib')
-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")