Sha256: 8f6ac9617b8cc24390d88e2bd7410a22f3dea52bd37139e6a2ab1e011f276dc0

Contents?: true

Size: 534 Bytes

Versions: 20

Compression:

Stored size: 534 Bytes

Contents

require "mongoid"
require "simple_form"

require "simple_form_attachments/attachment_input"
require "simple_form_attachments/configuration"
require "simple_form_attachments/engine"
require "simple_form_attachments/version"

require "jquery-ui-rails"
require "rails-assets-blueimp-file-upload"
require "rails-assets-handlebars"

require "i18n"

# ---------------------------------------------------------------------

module SimpleForm
  class FormBuilder
    map_type :attachment, to: SimpleFormAttachments::AttachmentInput
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
simple_form_attachments-0.2.6 lib/simple_form_attachments.rb
simple_form_attachments-0.2.5 lib/simple_form_attachments.rb
simple_form_attachments-0.2.4 lib/simple_form_attachments.rb
simple_form_attachments-0.2.3 lib/simple_form_attachments.rb
simple_form_attachments-0.2.2 lib/simple_form_attachments.rb
simple_form_attachments-0.2.1 lib/simple_form_attachments.rb
simple_form_attachments-0.2.0 lib/simple_form_attachments.rb
simple_form_attachments-0.1.5 lib/simple_form_attachments.rb
simple_form_attachments-0.1.4 lib/simple_form_attachments.rb
simple_form_attachments-0.1.3 lib/simple_form_attachments.rb
simple_form_attachments-0.1.2 lib/simple_form_attachments.rb
simple_form_attachments-0.1.1 lib/simple_form_attachments.rb
simple_form_attachments-0.1.0 lib/simple_form_attachments.rb
simple_form_attachments-0.0.9 lib/simple_form_attachments.rb
simple_form_attachments-0.0.8 lib/simple_form_attachments.rb
simple_form_attachments-0.0.7 lib/simple_form_attachments.rb
simple_form_attachments-0.0.6 lib/simple_form_attachments.rb
simple_form_attachments-0.0.5 lib/simple_form_attachments.rb
simple_form_attachments-0.0.4 lib/simple_form_attachments.rb
simple_form_attachments-0.0.3 lib/simple_form_attachments.rb