aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/tasks/activestorage.rake
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-08-16 19:20:22 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-08-16 19:20:22 +0900
commit7698500b6e48f86a2320b3e3397343b1da126e93 (patch)
treee8bb7acd604561cb7578933d2f606fb429a74975 /activestorage/lib/tasks/activestorage.rake
parent11fd246d8f6406aa5165ebf45ca8f17c67716f7e (diff)
downloadrails-7698500b6e48f86a2320b3e3397343b1da126e93.tar.gz
rails-7698500b6e48f86a2320b3e3397343b1da126e93.tar.bz2
rails-7698500b6e48f86a2320b3e3397343b1da126e93.zip
Change namespace of Active Storage rake task
Diffstat (limited to 'activestorage/lib/tasks/activestorage.rake')
-rw-r--r--activestorage/lib/tasks/activestorage.rake2
1 files changed, 1 insertions, 1 deletions
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