Sha256: b4c386b2556d44b58f5efb498099041809bf8cab32d713deab08005b5a3a50d9

Contents?: true

Size: 927 Bytes

Versions: 9

Compression:

Stored size: 927 Bytes

Contents

module Formtastic
  module Inputs
    extend ActiveSupport::Autoload

    autoload :Base
    autoload :Basic
    autoload :BooleanInput
    autoload :CheckBoxesInput
    autoload :ColorInput
    autoload :CountryInput
    autoload :DatalistInput
    autoload :DateInput
    autoload :DatePickerInput
    autoload :DatetimePickerInput
    autoload :DateSelectInput
    autoload :DatetimeInput
    autoload :DatetimeSelectInput
    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 :TimePickerInput
    autoload :TimeSelectInput
    autoload :TimeZoneInput
    autoload :Timeish
    autoload :UrlInput
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
formtastic-3.1.5 lib/formtastic/inputs.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/formtastic-3.1.4/lib/formtastic/inputs.rb
formtastic-3.1.4 lib/formtastic/inputs.rb
formtastic-3.1.3 lib/formtastic/inputs.rb
formtastic-3.1.2 lib/formtastic/inputs.rb
formtastic-3.1.1 lib/formtastic/inputs.rb
formtastic-3.1.0 lib/formtastic/inputs.rb
formtastic-3.1.0.rc2 lib/formtastic/inputs.rb
formtastic-3.1.0.rc1 lib/formtastic/inputs.rb