kbolduc/cloud_tempfile

View on GitHub
lib/tasks/cloud_tempfile_tasks.rake

Summary

Maintainability
Test Coverage
namespace :cloud_tempfile do
  desc "Clean up expired temp files from the remote storage"
  task :clear => :environment do
    CloudTempfile.clear
  end
end