From a3f7407e7c0bdfafda4c574e12a68e9cbbef82c5 Mon Sep 17 00:00:00 2001 From: Dino Maric Date: Thu, 10 Aug 2017 20:02:29 +0200 Subject: Isolate ActiveStorage namespaces (#30095) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Isolate ActiveStorage namespaces * Rename migrations task [Rafael Mendonça França + Dino Maric] --- activestorage/lib/tasks/activestorage.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activestorage/lib/tasks/activestorage.rake') diff --git a/activestorage/lib/tasks/activestorage.rake b/activestorage/lib/tasks/activestorage.rake index d9e240b141..7a573be596 100644 --- a/activestorage/lib/tasks/activestorage.rake +++ b/activestorage/lib/tasks/activestorage.rake @@ -1,6 +1,6 @@ namespace :activestorage do desc "Copy over the migration needed to the application" task install: :environment do - Rake::Task["active_storage_engine:install:migrations"].invoke + Rake::Task["active_storage:install:migrations"].invoke end end -- cgit v1.2.3