Sha256: 5ed109505d6c6977f84e1e64b4476ecd8b7a6e4211ce3bfa0604efe87698ee16

Contents?: true

Size: 686 Bytes

Versions: 12

Compression:

Stored size: 686 Bytes

Contents

module Formtastic
  module Inputs
    extend ActiveSupport::Autoload

    autoload :Base
    autoload :Basic
    autoload :BooleanInput
    autoload :CheckBoxesInput
    autoload :CountryInput
    autoload :DateInput
    autoload :DatetimeInput
    autoload :EmailInput
    autoload :FileInput
    autoload :HiddenInput
    autoload :NumberInput
    autoload :NumericInput
    autoload :PasswordInput
    autoload :PhoneInput
    autoload :RadioInput
    autoload :RangeInput
    autoload :SearchInput
    autoload :SelectInput
    autoload :StringInput
    autoload :TextInput
    autoload :TimeInput
    autoload :TimeZoneInput
    autoload :Timeish
    autoload :UrlInput
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
formtastic-2.1.1 lib/formtastic/inputs.rb
formtastic-2.1.0 lib/formtastic/inputs.rb
formtastic-2.1.0.rc lib/formtastic/inputs.rb
formtastic-2.1.0.beta1 lib/formtastic/inputs.rb
formtastic-2.0.2 lib/formtastic/inputs.rb
formtastic-2.0.1 lib/formtastic/inputs.rb
formtastic-2.0.0 lib/formtastic/inputs.rb
formtastic-2.0.0.rc5 lib/formtastic/inputs.rb
formtastic-2.0.0.rc4 lib/formtastic/inputs.rb
formtastic-2.0.0.rc3 lib/formtastic/inputs.rb
formtastic-2.0.0.rc2 lib/formtastic/inputs.rb
formtastic-2.0.0.rc1 lib/formtastic/inputs.rb