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.8.7 lib/action_view/helpers/tags.rb
actionview-7.0.8.6 lib/action_view/helpers/tags.rb
actionview-7.0.8.5 lib/action_view/helpers/tags.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/actionview-7.0.8.4/lib/action_view/helpers/tags.rb
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/actionview-7.0.5.1/lib/action_view/helpers/tags.rb
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/actionview-7.0.5.1/lib/action_view/helpers/tags.rb
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/actionview-7.0.5.1/lib/action_view/helpers/tags.rb
actionview-7.0.8.4 lib/action_view/helpers/tags.rb
actionview-7.0.8.1 lib/action_view/helpers/tags.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/actionview-7.0.3.1/lib/action_view/helpers/tags.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/actionview-7.0.2.3/lib/action_view/helpers/tags.rb
actionview-7.0.8 lib/action_view/helpers/tags.rb
actionview-7.0.7.2 lib/action_view/helpers/tags.rb
actionview-7.0.7.1 lib/action_view/helpers/tags.rb
actionview-7.0.7 lib/action_view/helpers/tags.rb
actionview-7.0.6 lib/action_view/helpers/tags.rb
actionview-7.0.5.1 lib/action_view/helpers/tags.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/actionview-7.0.2.3/lib/action_view/helpers/tags.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/actionview-7.0.3.1/lib/action_view/helpers/tags.rb
actionview-7.0.5 lib/action_view/helpers/tags.rb