aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_view/helpers/tags.rb')
-rw-r--r--actionpack/lib/action_view/helpers/tags.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/lib/action_view/helpers/tags.rb b/actionpack/lib/action_view/helpers/tags.rb
index cff5b0220c..bc2fb34deb 100644
--- a/actionpack/lib/action_view/helpers/tags.rb
+++ b/actionpack/lib/action_view/helpers/tags.rb
@@ -1,9 +1,9 @@
module ActionView
module Helpers
module Tags
- autoload :BaseTag, 'action_view/helpers/tags/base_tag'
- autoload :LabelTag, 'action_view/helpers/tags/label_tag'
- autoload :TextFieldTag, 'action_view/helpers/tags/text_field_tag'
+ 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