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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user