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.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/tags.rb b/actionpack/lib/action_view/helpers/tags.rb
index a5eef5a34a..f84b5486ae 100644
--- a/actionpack/lib/action_view/helpers/tags.rb
+++ b/actionpack/lib/action_view/helpers/tags.rb
@@ -1,7 +1,8 @@
module ActionView
module Helpers
module Tags
- autoload :LabelTag, 'action_view/helpers/tags/label_tag'
+ autoload :LabelTag, 'action_view/helpers/tags/label_tag'
+ autoload :TextFieldTag, 'action_view/helpers/tags/text_field_tag'
end
end
end