Class: Symphonia::Attachment

Inherits:
ApplicationRecord show all
Defined in:
app/models/symphonia/attachment.rb

Direct Known Subclasses

CommonFile, Image

Instance Method Summary collapse

Methods inherited from ApplicationRecord

#to_s

Instance Method Details

#nameObject



11
12
13
# File 'app/models/symphonia/attachment.rb', line 11

def name
  attachment_file_name
end