Sha256: 8c4da6f3caee56afc3308dd43bb8d0bd7e8d5238b4294bf99390b9afdcd9c8ac
Contents?: true
Size: 309 Bytes
Versions: 6
Compression:
Stored size: 309 Bytes
Contents
namespace :attachs do desc 'Reprocess all attachments.' task reprocess: :environment do Attachs.reprocess end desc 'Fixes missing styles.' task fix_missings: :environment do Attachs.fix_missings end desc 'Clears orphan files.' task clear: :environment do Attachs.clear end end
Version data entries
6 entries across 6 versions & 1 rubygems