Sha256: 590134a2b8428a67a0191f693180dd0e05503e13472099f0ffb2cf67db746602

Contents?: true

Size: 1.09 KB

Versions: 13

Compression:

Stored size: 1.09 KB

Contents

module Trestle
  class Form
    module Fields
      extend ActiveSupport::Autoload

      eager_autoload do
        autoload :FormControl
        autoload :FormGroup

        autoload :DatePicker

        autoload :CheckBox
        autoload :CollectionCheckBoxes
        autoload :CollectionRadioButtons
        autoload :CollectionSelect
        autoload :ColorField
        autoload :DateField
        autoload :DateSelect
        autoload :DatetimeField
        autoload :DatetimeSelect
        autoload :EmailField
        autoload :FileField
        autoload :GroupedCollectionSelect
        autoload :MonthField
        autoload :NumberField
        autoload :RadioButton
        autoload :RangeField
        autoload :SearchField
        autoload :Select
        autoload :StaticField
        autoload :TagSelect
        autoload :TelephoneField
        autoload :TextArea
        autoload :TextField
        autoload :TimeField
        autoload :TimeSelect
        autoload :TimeZoneSelect
        autoload :UrlField
        autoload :PasswordField
        autoload :WeekField
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
trestle-0.8.13 lib/trestle/form/fields.rb
trestle-0.8.12 lib/trestle/form/fields.rb
trestle-0.8.11 lib/trestle/form/fields.rb
trestle-0.8.10 lib/trestle/form/fields.rb
trestle-0.8.9 lib/trestle/form/fields.rb
trestle-0.8.8 lib/trestle/form/fields.rb
trestle-0.8.7 lib/trestle/form/fields.rb
trestle-0.8.6 lib/trestle/form/fields.rb
trestle-0.8.5 lib/trestle/form/fields.rb
trestle-0.8.4 lib/trestle/form/fields.rb
trestle-0.8.3 lib/trestle/form/fields.rb
trestle-0.8.2 lib/trestle/form/fields.rb
trestle-0.8.0 lib/trestle/form/fields.rb