Class: Georgia::CompressFiles::Zipfile

Inherits:
Tempfile
  • Object
show all
Defined in:
app/services/georgia/compress_files.rb

Instance Method Summary collapse

Instance Method Details

#filenameObject



42
43
44
# File 'app/services/georgia/compress_files.rb', line 42

def filename
  "#{Georgia.title.try(:parameterize) || 'georgia'}_assets_#{Time.now.strftime('%Y%m%d%H%M%S')}.zip"
end