Sha256: eac78c04d4fc45b931282fa5bef76fa5a5a1d667770379d490f8f4a996cf3e17

Contents?: true

Size: 578 Bytes

Versions: 23

Compression:

Stored size: 578 Bytes

Contents

module SimpleForm
  module Inputs
    extend ActiveSupport::Autoload

    autoload :Base
    autoload :BlockInput
    autoload :BooleanInput
    autoload :CollectionCheckBoxesInput
    autoload :CollectionInput
    autoload :CollectionRadioButtonsInput
    autoload :CollectionSelectInput
    autoload :DateTimeInput
    autoload :FileInput
    autoload :GroupedCollectionSelectInput
    autoload :HiddenInput
    autoload :NumericInput
    autoload :PasswordInput
    autoload :PriorityInput
    autoload :RangeInput
    autoload :StringInput
    autoload :TextInput
  end
end

Version data entries

23 entries across 23 versions & 3 rubygems

Version Path
simple_form-3.0.0.rc lib/simple_form/inputs.rb
simple_form-2.1.0 lib/simple_form/inputs.rb
simple_form-3.0.0.beta1 lib/simple_form/inputs.rb