* set storage format for sync_all_dev

This commit is contained in:
Seth Call 2015-08-13 11:13:13 -05:00
parent ee6493afd3
commit c4981376ac
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ namespace :jam_tracks do
end
task sync_all_dev: :environment do |task, args|
JamTrackImporter.storage_format = 'default'
JamTrackImporter.synchronize_all(skip_audio_upload:true)
end