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.7.10 lib/action_view/helpers/tags.rb
actionview-6.1.7.9 lib/action_view/helpers/tags.rb
actionview-6.1.7.8 lib/action_view/helpers/tags.rb
actionview-6.1.7.7 lib/action_view/helpers/tags.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/actionview-6.1.6.1/lib/action_view/helpers/tags.rb
actionview-6.1.7.6 lib/action_view/helpers/tags.rb
actionview-6.1.7.5 lib/action_view/helpers/tags.rb
actionview-6.1.7.4 lib/action_view/helpers/tags.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/actionview-6.1.6.1/lib/action_view/helpers/tags.rb
actionview-6.1.7.3 lib/action_view/helpers/tags.rb
actionview-6.1.7.2 lib/action_view/helpers/tags.rb
actionview-6.1.7.1 lib/action_view/helpers/tags.rb
actionview-6.0.6.1 lib/action_view/helpers/tags.rb
actionview-6.1.7 lib/action_view/helpers/tags.rb
actionview-6.0.6 lib/action_view/helpers/tags.rb
actionview-6.1.6.1 lib/action_view/helpers/tags.rb
actionview-6.0.5.1 lib/action_view/helpers/tags.rb
actionview-5.2.8.1 lib/action_view/helpers/tags.rb
actionview-5.2.8 lib/action_view/helpers/tags.rb
actionview-6.0.5 lib/action_view/helpers/tags.rb