Sha256: b64636f6750ea4149050238bd2152c1bfdfa34712311042328559dc74a5b13f3

Contents?: true

Size: 1016 Bytes

Versions: 4

Compression:

Stored size: 1016 Bytes

Contents

module Formtastic
  module Inputs
    extend ActiveSupport::Autoload

    autoload :Base
    autoload :Basic
    autoload :Timeish

    eager_autoload do
      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 :UrlInput
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
date_n_time_picker_activeadmin-0.1.2 vendor/bundle/ruby/2.6.0/gems/formtastic-4.0.0/lib/formtastic/inputs.rb
date_n_time_picker_activeadmin-0.1.1 vendor/bundle/ruby/2.6.0/gems/formtastic-4.0.0/lib/formtastic/inputs.rb
formtastic-4.0.0 lib/formtastic/inputs.rb
formtastic-4.0.0.rc1 lib/formtastic/inputs.rb