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