Class: Spina::Photo

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/spina/photo.rb

Instance Method Summary collapse

Instance Method Details

#contentObject



18
19
20
# File 'app/models/spina/photo.rb', line 18

def content
  self
end

#nameObject



14
15
16
# File 'app/models/spina/photo.rb', line 14

def name
  file.file.filename
end