1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Change namespace of Active Storage rake task

This commit is contained in:
Koichi ITO 2017-08-16 19:20:22 +09:00
parent 11fd246d8f
commit 7698500b6e

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true # frozen_string_literal: true
namespace :activestorage do namespace :active_storage do
desc "Copy over the migration needed to the application" desc "Copy over the migration needed to the application"
task install: :environment do task install: :environment do
Rake::Task["active_storage:install:migrations"].invoke Rake::Task["active_storage:install:migrations"].invoke