aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-08-16 22:04:41 +0900
committerGitHub <noreply@github.com>2017-08-16 22:04:41 +0900
commit4fd5ceb15775e2c7fd7f286e15acd17b9916201e (patch)
tree5a0b9af710d8559494ca203b9f086e3fe38f50b6 /activestorage
parent7c8d50fec1c78c5edcb50503216235b00b2d8fe0 (diff)
parent7698500b6e48f86a2320b3e3397343b1da126e93 (diff)
downloadrails-4fd5ceb15775e2c7fd7f286e15acd17b9916201e.tar.gz
rails-4fd5ceb15775e2c7fd7f286e15acd17b9916201e.tar.bz2
rails-4fd5ceb15775e2c7fd7f286e15acd17b9916201e.zip
Merge pull request #30280 from koic/change_namespace_of_active_storage_rake_task
Change namespace of Active Storage rake task
Diffstat (limited to 'activestorage')
-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