Sha256: 42362327e1e2046f00430eaf11632fbcde6dfb5abbd29dd150bc1b2cb774be8b

Contents?: true

Size: 338 Bytes

Versions: 62

Compression:

Stored size: 338 Bytes

Contents

module Dragonfly
  module Model
    class Attachment
      module DisableDatastoreDestroy
        def destroy_content(*)
          # We don't want to destroy original content, in case assets need to
          # retrieved or the admin restores from the trash.
        end
      end

      prepend DisableDatastoreDestroy
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-core-3.5.27 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.5.26 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.4.45 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.5.25 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.5.23 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.4.44 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.5.22 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.4.43 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.5.21 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.4.42 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.5.20 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.4.41 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.5.19 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.4.40 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.5.18 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.4.39 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.5.17 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.4.38 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.5.16 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb
workarea-core-3.4.37 lib/workarea/ext/freedom_patches/dragonfly_attachment.rb