mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Style
This commit is contained in:
parent
3b84b7d57c
commit
4744551186
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue