From 514308a49553e3a41c306d2df703ef7086ee054b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 16 Jan 2012 18:38:13 -0300 Subject: Rename classes --- actionpack/lib/action_view/helpers/tags.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'actionpack/lib/action_view/helpers/tags.rb') 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 -- cgit v1.2.3