aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/tasks/activestorage.rake
blob: d9e240b1415c8b17accea9362e981b83eb4db8d8 (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_engine:install:migrations"].invoke
  end
end