Sha256: 0acfd673b07d58e24fac21a2cb0971e1d416ec51ad9a0760cf6f85d5643fd276
Contents?: true
Size: 220 Bytes
Versions: 3
Compression:
Stored size: 220 Bytes
Contents
# frozen_string_literal: true namespace :active_storage do desc "Copy over the migration needed to the application" task install: :environment do Rake::Task["active_storage:install:migrations"].invoke end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
activestorage-5.2.0.beta2 | lib/tasks/activestorage.rake |
activestorage-5.2.0.beta1 | lib/tasks/activestorage.rake |
ruby-on-quails-0.1.0 | activestorage/lib/tasks/activestorage.rake |