From 39192e39adbd8117f4d24303aff17930dbda8ba8 Mon Sep 17 00:00:00 2001 From: utilum Date: Mon, 28 May 2018 18:09:38 +0200 Subject: Hide Active Storage migration installation task (#33007) Resolves #33006 --- activestorage/lib/tasks/activestorage.rake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/activestorage/lib/tasks/activestorage.rake b/activestorage/lib/tasks/activestorage.rake index 296e91afa1..ac254d717f 100644 --- a/activestorage/lib/tasks/activestorage.rake +++ b/activestorage/lib/tasks/activestorage.rake @@ -1,6 +1,9 @@ # frozen_string_literal: true namespace :active_storage do + # Prevent migration installation task from showing up twice. + Rake::Task["install:migrations"].clear_comments + desc "Copy over the migration needed to the application" task install: :environment do if Rake::Task.task_defined?("active_storage:install:migrations") -- cgit v1.2.3