Sha256: f8d8b85f8ef7461aa98a4e9bda9c028084f8677fb5b51a6a9932e25b338339e0

Contents?: true

Size: 1.09 KB

Versions: 99

Compression:

Stored size: 1.09 KB

Contents

module ActionView
  module Helpers
    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

99 entries across 97 versions & 10 rubygems

Version Path
actionview-4.2.11.3 lib/action_view/helpers/tags.rb
actionview-4.2.11.2 lib/action_view/helpers/tags.rb
actionview-5.1.7 lib/action_view/helpers/tags.rb
actionview-5.1.7.rc1 lib/action_view/helpers/tags.rb
actionview-5.1.6.2 lib/action_view/helpers/tags.rb
actionview-5.0.7.2 lib/action_view/helpers/tags.rb
actionview-4.2.11.1 lib/action_view/helpers/tags.rb
actionview-5.1.6.1 lib/action_view/helpers/tags.rb
actionview-5.0.7.1 lib/action_view/helpers/tags.rb
actionview-4.2.11 lib/action_view/helpers/tags.rb
actionview-5.1.6 lib/action_view/helpers/tags.rb
actionview-5.0.7 lib/action_view/helpers/tags.rb
actionview-5.1.5 lib/action_view/helpers/tags.rb
actionview-5.1.5.rc1 lib/action_view/helpers/tags.rb
actionview-4.2.10 lib/action_view/helpers/tags.rb
actionview-4.2.10.rc1 lib/action_view/helpers/tags.rb
actionview-5.1.4 lib/action_view/helpers/tags.rb
actionview-5.0.6 lib/action_view/helpers/tags.rb
actionview-5.1.4.rc1 lib/action_view/helpers/tags.rb
actionview-5.0.6.rc1 lib/action_view/helpers/tags.rb