aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/tasks/activestorage.rake
blob: 746bc5b28a2b9dcf687015b26d4af0efb4e6457d (plain) (blame)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

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