1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
George Claghorn 2018-10-11 12:32:11 -04:00
parent 3b84b7d57c
commit 4744551186

View file

@ -5,7 +5,7 @@ namespace :action_mailbox do
Rake::Task["install:migrations"].clear_comments
desc "Copy over the migration"
task install: %w( environment install:copy_migration active_storage:install )
task install: %w[ environment install:copy_migration active_storage:install ]
namespace :install do
task :copy_migration do