disable exif writing. issues with encoding
This commit is contained in:
parent
5d36de341e
commit
b335edb2d6
|
@ -11,7 +11,7 @@ class Photo < ActiveRecord::Base
|
||||||
|
|
||||||
before_validation :set_title, :set_path
|
before_validation :set_title, :set_path
|
||||||
before_create :exif_read
|
before_create :exif_read
|
||||||
before_update :exif_write
|
#before_update :exif_write
|
||||||
|
|
||||||
attr_accessor :tag_list
|
attr_accessor :tag_list
|
||||||
#attr_protected :path
|
#attr_protected :path
|
||||||
|
|
Loading…
Reference in a new issue