Sha256: d3a6748300447131c09ed5e20e877cd3fcfc2df479f4636fb3b94abb98bf3406

Contents?: true

Size: 608 Bytes

Versions: 3

Compression:

Stored size: 608 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 :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-4.0.1 lib/simple_form/inputs.rb
simple_form-4.0.0 lib/simple_form/inputs.rb
simple_form-3.5.1 lib/simple_form/inputs.rb