diff --git a/app/models/screenshot.rb b/app/models/screenshot.rb index 2f4de99..857ac0a 100644 --- a/app/models/screenshot.rb +++ b/app/models/screenshot.rb @@ -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