Class: MinimalAttachment

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/test/fixtures/attachment.rb

Overview

no filename, no size, no content_type

Instance Method Summary collapse

Instance Method Details

#filenameObject



82
83
84
# File 'lib/test/fixtures/attachment.rb', line 82

def filename
  "#{id}.file"
end