Sha256: 793e736f0d178b1e9932860ad64fc5ab9534d149f065949d2202d6dc3a80d94e

Contents?: true

Size: 461 Bytes

Versions: 24

Compression:

Stored size: 461 Bytes

Contents

require "brightcontent-core"
require "paperclip"
require "jquery-fileupload-rails"

require "brightcontent/attachments/engine"

module Brightcontent
  register_extension 'attachments'

  mattr_reader :attachment_content_types
  @@attachment_content_types = [/\Aimage/, "application/pdf"]

  module Attachments
    autoload :Attachable, 'brightcontent/attachments/attachable'
    autoload :ModelExtensions, 'brightcontent/attachments/model_extensions'
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
brightcontent-attachments-2.6.0 lib/brightcontent/attachments.rb
brightcontent-attachments-2.5.1 lib/brightcontent/attachments.rb
brightcontent-attachments-2.5.0 lib/brightcontent/attachments.rb
brightcontent-attachments-2.4.6 lib/brightcontent/attachments.rb
brightcontent-attachments-2.4.5 lib/brightcontent/attachments.rb
brightcontent-attachments-2.4.4 lib/brightcontent/attachments.rb
brightcontent-attachments-2.4.3 lib/brightcontent/attachments.rb
brightcontent-attachments-2.4.2 lib/brightcontent/attachments.rb
brightcontent-attachments-2.4.1 lib/brightcontent/attachments.rb
brightcontent-attachments-2.4.0 lib/brightcontent/attachments.rb
brightcontent-attachments-2.3.4 lib/brightcontent/attachments.rb
brightcontent-attachments-2.3.3 lib/brightcontent/attachments.rb
brightcontent-attachments-2.3.2 lib/brightcontent/attachments.rb
brightcontent-attachments-2.3.1 lib/brightcontent/attachments.rb
brightcontent-attachments-2.3.0 lib/brightcontent/attachments.rb
brightcontent-attachments-2.2.2 lib/brightcontent/attachments.rb
brightcontent-attachments-2.2.1 lib/brightcontent/attachments.rb
brightcontent-attachments-2.2.0 lib/brightcontent/attachments.rb
brightcontent-attachments-2.1.5 lib/brightcontent/attachments.rb
brightcontent-attachments-2.1.4 lib/brightcontent/attachments.rb