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

Merge pull request #30280 from koic/change_namespace_of_active_storage_rake_task

Change namespace of Active Storage rake task
This commit is contained in:
Ryuta Kamizono 2017-08-16 22:04:41 +09:00 committed by GitHub
commit 4fd5ceb157

View file

@ -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