rails2
Espen Antonsen 2009-06-11 14:13:00 +02:00
parent e1e6d2248f
commit 53bcc62a45
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class Photo < ActiveRecord::Base
end
def exif_read
puts "exif"
puts "exif read"
puts self.path
puts self.path_original
photo = MiniExiftool.new(self.path_original)