aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags.rb
blob: f84b5486ae56a6bab0f4ffbc52a073af47fdf222 (plain) (blame)
1
2
3
4
5
6
7
8
module ActionView
  module Helpers
    module Tags
      autoload :LabelTag,     'action_view/helpers/tags/label_tag'
      autoload :TextFieldTag, 'action_view/helpers/tags/text_field_tag'
    end
  end
end