Class: Spina::Photo

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

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  self
end

#nameObject



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

def name
  file.file.filename
end