Sha256: 4d712b3636d1e63183948a17b6605c302f869615a08f58b98895291464504387
Contents?: true
Size: 175 Bytes
Versions: 5
Compression:
Stored size: 175 Bytes
Contents
namespace :tessa do desc "Begins the migration of all Tessa assets to ActiveStorage." task :migrate => :environment do Tessa::MigrateAssetsJob.perform_later end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
tessa-1.2.3 | lib/tasks/tessa.rake |
tessa-1.2.2 | lib/tasks/tessa.rake |
tessa-1.2.1 | lib/tasks/tessa.rake |
tessa-1.1.1 | lib/tasks/tessa.rake |
tessa-1.1.0 | lib/tasks/tessa.rake |