diff options
Diffstat (limited to 'activestorage/lib/tasks/activestorage.rake')
-rw-r--r-- | activestorage/lib/tasks/activestorage.rake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/activestorage/lib/tasks/activestorage.rake b/activestorage/lib/tasks/activestorage.rake new file mode 100644 index 0000000000..7a573be596 --- /dev/null +++ b/activestorage/lib/tasks/activestorage.rake @@ -0,0 +1,6 @@ +namespace :activestorage do + desc "Copy over the migration needed to the application" + task install: :environment do + Rake::Task["active_storage:install:migrations"].invoke + end +end |