module Ckeditor::Backend::CarrierWave::InstanceMethods

def magick

def magick
  @magick ||= ::MiniMagick::Image.new(current_path)
end