Sha256: f199bc309b3f6c3284bac6cbbdcbc405b1082c7956414d69f915c641832258fa

Contents?: true

Size: 633 Bytes

Versions: 3

Compression:

Stored size: 633 Bytes

Contents

# frozen_string_literal: true
module SimpleForm
  module Inputs
    extend ActiveSupport::Autoload

    autoload :Base
    autoload :BlockInput
    autoload :BooleanInput
    autoload :CollectionCheckBoxesInput
    autoload :CollectionInput
    autoload :CollectionRadioButtonsInput
    autoload :CollectionSelectInput
    autoload :ColorInput
    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

3 entries across 3 versions & 1 rubygems

Version Path
simple_form-5.0.1 lib/simple_form/inputs.rb
simple_form-5.0.0 lib/simple_form/inputs.rb
simple_form-4.1.0 lib/simple_form/inputs.rb