Module: Spina::Attachable

Extended by:
ActiveSupport::Concern
Included in:
Attachment, Image
Defined in:
app/models/concerns/spina/attachable.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



16
17
18
# File 'app/models/concerns/spina/attachable.rb', line 16

def name
  file&.filename.to_s
end