From 7698500b6e48f86a2320b3e3397343b1da126e93 Mon Sep 17 00:00:00 2001
From: Koichi ITO <koic.ito@gmail.com>
Date: Wed, 16 Aug 2017 19:20:22 +0900
Subject: Change namespace of Active Storage rake task

---
 activestorage/lib/tasks/activestorage.rake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'activestorage/lib')

diff --git a/activestorage/lib/tasks/activestorage.rake b/activestorage/lib/tasks/activestorage.rake
index 746bc5b28a..ef923e5926 100644
--- a/activestorage/lib/tasks/activestorage.rake
+++ b/activestorage/lib/tasks/activestorage.rake
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-namespace :activestorage do
+namespace :active_storage do
   desc "Copy over the migration needed to the application"
   task install: :environment do
     Rake::Task["active_storage:install:migrations"].invoke
-- 
cgit v1.2.3