aboutsummaryrefslogblamecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags.rb
blob: bc2fb34deb3f87adb60ae926722929f57459c7a4 (plain) (tree)
1
2
3
4
5
6
7
8
9


                 


                                                                


       
module ActionView
  module Helpers
    module Tags
      autoload :Base,      'action_view/helpers/tags/base'
      autoload :Label,     'action_view/helpers/tags/label'
      autoload :TextField, 'action_view/helpers/tags/text_field'
    end
  end
end