Sha256: e2a5f2134812a6ca364846ebc87107f7d92f45b656e1630c06bbcce6fac5d267

Contents?: true

Size: 1.16 KB

Versions: 38

Compression:

Stored size: 1.16 KB

Contents

# frozen_string_literal: true

module ActionView
  module Helpers # :nodoc:
    module Tags # :nodoc:
      extend ActiveSupport::Autoload

      eager_autoload do
        autoload :Base
        autoload :Translator
        autoload :CheckBox
        autoload :CollectionCheckBoxes
        autoload :CollectionRadioButtons
        autoload :CollectionSelect
        autoload :ColorField
        autoload :DateField
        autoload :DateSelect
        autoload :DatetimeField
        autoload :DatetimeLocalField
        autoload :DatetimeSelect
        autoload :EmailField
        autoload :FileField
        autoload :GroupedCollectionSelect
        autoload :HiddenField
        autoload :Label
        autoload :MonthField
        autoload :NumberField
        autoload :PasswordField
        autoload :RadioButton
        autoload :RangeField
        autoload :SearchField
        autoload :Select
        autoload :TelField
        autoload :TextArea
        autoload :TextField
        autoload :TimeField
        autoload :TimeSelect
        autoload :TimeZoneSelect
        autoload :UrlField
        autoload :WeekField
        autoload :WeekdaySelect
      end
    end
  end
end

Version data entries

38 entries across 36 versions & 4 rubygems

Version Path
actionview-7.0.4.3 lib/action_view/helpers/tags.rb
actionview-7.0.4.2 lib/action_view/helpers/tags.rb
actionview-7.0.4.1 lib/action_view/helpers/tags.rb
actionview-7.0.4 lib/action_view/helpers/tags.rb
actionview-7.0.3.1 lib/action_view/helpers/tags.rb
actionview-7.0.3 lib/action_view/helpers/tags.rb
actionview-7.0.2.4 lib/action_view/helpers/tags.rb
actionview-7.0.2.3 lib/action_view/helpers/tags.rb
actionview-7.0.2.2 lib/action_view/helpers/tags.rb
actionview-7.0.2.1 lib/action_view/helpers/tags.rb
actionview-7.0.2 lib/action_view/helpers/tags.rb
actionview-7.0.1 lib/action_view/helpers/tags.rb
actionview-7.0.0 lib/action_view/helpers/tags.rb
actionview-7.0.0.rc3 lib/action_view/helpers/tags.rb
actionview-7.0.0.rc2 lib/action_view/helpers/tags.rb
actionview-7.0.0.rc1 lib/action_view/helpers/tags.rb
actionview-7.0.0.alpha2 lib/action_view/helpers/tags.rb
actionview-7.0.0.alpha1 lib/action_view/helpers/tags.rb