Sha256: f345e2497015a852d494339f17ca437cde5790c64500c35054baddaf8ffbc35d

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

module FormtasticAutoSelect2
  module Infectors
    module Formtastic
      module Inputs
        extend ActiveSupport::Concern

        included do
          autoload :Select2Input
          autoload :AjaxSelect2Input
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
formtastic_auto_select2-0.0.5 lib/formtastic_auto_select2/infectors/formtastic/inputs.rb