refactor: has_attachment moved to simply_stored gem

Remove from cmtool lib/ — it's a SimplyStored module with no
cmtool dependency. Now required from simply_stored directly.
This commit is contained in:
BenClaw
2026-05-30 20:57:49 +02:00
parent 1785e9ca0b
commit 4ae6e557b6
2 changed files with 1 additions and 226 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ require 'email_validator'
# handles thumbnail generation via MiniMagick.
# Replace `include Paperclip::Glue` + `has_attached_file` with
# `include SimplyStored::HasAttachment` + `has_attachment`
require 'simply_stored/has_attachment'
# has_attachment now in simply_stored gem
module Cmtool
end