Sha256: 5d2c993de5838a68a5241e0a965ea2b20761fe7daa05e65d2c266bab9774b087

Contents?: true

Size: 1.13 KB

Versions: 174

Compression:

Stored size: 1.13 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
      end
    end
  end
end

Version data entries

174 entries across 166 versions & 11 rubygems

Version Path
actionview-6.1.1 lib/action_view/helpers/tags.rb
actionview-6.1.0 lib/action_view/helpers/tags.rb
actionview-6.1.0.rc2 lib/action_view/helpers/tags.rb
actionview-6.1.0.rc1 lib/action_view/helpers/tags.rb
actionview-6.0.3.4 lib/action_view/helpers/tags.rb
actionview-5.2.4.4 lib/action_view/helpers/tags.rb
actionview-6.0.3.3 lib/action_view/helpers/tags.rb
actionview-6.0.3.2 lib/action_view/helpers/tags.rb
actionview-6.0.3.1 lib/action_view/helpers/tags.rb
actionview-5.2.4.3 lib/action_view/helpers/tags.rb
actionview-6.0.3 lib/action_view/helpers/tags.rb
actionview-6.0.3.rc1 lib/action_view/helpers/tags.rb
actionview-6.0.2.2 lib/action_view/helpers/tags.rb
actionview-5.2.4.2 lib/action_view/helpers/tags.rb
argon-1.3.1 vendor/bundle/ruby/2.7.0/gems/actionview-6.0.2.1/lib/action_view/helpers/tags.rb
symbolic_enum-1.1.5 vendor/bundle/ruby/2.7.0/gems/actionview-6.0.2.1/lib/action_view/helpers/tags.rb
actionview-6.0.2.1 lib/action_view/helpers/tags.rb
actionview-5.2.4.1 lib/action_view/helpers/tags.rb
actionview-6.0.2 lib/action_view/helpers/tags.rb
actionview-6.0.2.rc2 lib/action_view/helpers/tags.rb