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-5.1.0.rc1 lib/action_view/helpers/tags.rb
actionview-5.0.2 lib/action_view/helpers/tags.rb
actionview-5.0.2.rc1 lib/action_view/helpers/tags.rb
actionview-5.1.0.beta1 lib/action_view/helpers/tags.rb
actionview-4.2.8 lib/action_view/helpers/tags.rb
actionview-4.2.8.rc1 lib/action_view/helpers/tags.rb
autocompl-0.2.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags.rb
autocompl-0.2.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags.rb
autocompl-0.2.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags.rb
autocompl-0.1.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags.rb
autocompl-0.1.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags.rb
autocompl-0.1.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags.rb
autocompl-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags.rb
abaci-0.3.0 vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags.rb
actionview-5.0.1 lib/action_view/helpers/tags.rb
actionview-5.0.1.rc2 lib/action_view/helpers/tags.rb
actionview-5.0.1.rc1 lib/action_view/helpers/tags.rb
actionview-5.0.0.1 lib/action_view/helpers/tags.rb
actionview-4.2.7.1 lib/action_view/helpers/tags.rb
actionview-4.2.7 lib/action_view/helpers/tags.rb