lib/generators/scrivito/install/templates/app/models/image.rb in scrivito_sdk-1.5.5 vs lib/generators/scrivito/install/templates/app/models/image.rb in scrivito_sdk-1.6.0.rc1
- old
+ new
@@ -1,6 +1,7 @@
class Image < Obj
attribute :blob, :binary
+ attribute :tags, :stringlist
# activate image resizing and optimization
def apply_image_transformation?
true
end