Module: CheckForDuplicateAttachedFile

Extended by:
ActiveSupport::Concern
Defined in:
lib/paperclip_duplicate_check.rb

Overview

Adds Paperclip duplicate-checking to your model.

Examples:

class MyModel < ActiveRecord::Base
  include CheckForDuplicateAttachedFile
  has_attachment :foo
  check_for_duplicate_attached_file :foo
end

Defined Under Namespace

Modules: ClassMethods