提交 39192e39 编写于 作者: U utilum 提交者: David Heinemeier Hansson

Hide Active Storage migration installation task (#33007)

Resolves #33006
上级 6d4bcd43
# 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")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册