method
filename
v8.0.0 -
Show latest stable
- Class:
ActiveStorage::VariantWithRecord
filename()public
No documentation available.
# File activestorage/app/models/active_storage/variant_with_record.rb, line 27
def filename
ActiveStorage::Filename.new "#{blob.filename.base}.#{variation.format.downcase}"
end