Sha256: dbfc30b9df2c510bd0dfc716c31f9eda8e7f89c3ebbbe09d8b915ccbce4bd754

Contents?: true

Size: 1.06 KB

Versions: 52

Compression:

Stored size: 1.06 KB

Contents

module ActionView
  module Helpers
    module Tags #:nodoc:
      extend ActiveSupport::Autoload

      eager_autoload do
        autoload :Base
        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

52 entries across 52 versions & 3 rubygems

Version Path
actionview-4.1.16 lib/action_view/helpers/tags.rb
actionview-4.1.16.rc1 lib/action_view/helpers/tags.rb
actionview-4.1.15 lib/action_view/helpers/tags.rb
actionview-4.1.15.rc1 lib/action_view/helpers/tags.rb
actionview-4.1.14.2 lib/action_view/helpers/tags.rb
actionview-4.1.14.1 lib/action_view/helpers/tags.rb
angular-rails4-templates-0.4.1 vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags.rb
angular-rails4-templates-0.4.0 vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags.rb
angular-rails4-templates-0.3.0 vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags.rb
actionview-4.1.14 lib/action_view/helpers/tags.rb
actionview-4.1.14.rc2 lib/action_view/helpers/tags.rb
actionview-4.1.14.rc1 lib/action_view/helpers/tags.rb
actionview-4.1.13 lib/action_view/helpers/tags.rb
actionview-4.1.13.rc1 lib/action_view/helpers/tags.rb
actionview-4.1.12 lib/action_view/helpers/tags.rb
actionview-4.1.12.rc1 lib/action_view/helpers/tags.rb
actionview-4.1.11 lib/action_view/helpers/tags.rb
actionview-4.1.10 lib/action_view/helpers/tags.rb
actionview-4.1.10.rc4 lib/action_view/helpers/tags.rb
actionview-4.1.10.rc3 lib/action_view/helpers/tags.rb