This commit is contained in:
Christoph Haas 2020-11-01 23:27:57 +01:00
parent 9621dd0875
commit d74d507a3f

View file

@ -14,7 +14,6 @@ class Screenshot < ApplicationRecord
# validates :delete_reason, length: { in: 5..100 }, allow_nil: true
# Shrine
# include PaperclipShrineSynchronization # needs to be after `has_attached_file`
include ImageUploader::Attachment(:simage) # adds an `simage` virtual attribute