aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/tasks/activestorage.rake
blob: 7a573be59634aa0bc2c16b7ac3a7d881f8634e7e (plain) (blame)
1
2
3
4
5
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