Sha256: cf0420c0b0c34e17ff4348b93a1438e6b6735455329885100072c220a9a028ee

Contents?: true

Size: 188 Bytes

Versions: 3

Compression:

Stored size: 188 Bytes

Contents

module Decidim
  module Antivirus
    module FileVirusScannable
      extend ActiveSupport::Concern

      included do
        validates :file, antivirus: true
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
decidim-antivirus-0.16.0 lib/decidim/antivirus/file_virus_scannable.rb
decidim-antivirus-0.15.0 lib/decidim/antivirus/file_virus_scannable.rb
decidim-antivirus-0.14.4 lib/decidim/antivirus/file_virus_scannable.rb