mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Change namespace of Active Storage rake task
This commit is contained in:
parent
11fd246d8f
commit
7698500b6e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue