aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-01-16 18:38:13 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-01-17 00:05:28 -0300
commit514308a49553e3a41c306d2df703ef7086ee054b (patch)
treee36a68ba4b91f51a271667a065d4d4491e0e06fd /actionpack/lib/action_view/helpers/tags.rb
parent801dcb0a391a2145a38a7eb8a3879f59a654a825 (diff)
downloadrails-514308a49553e3a41c306d2df703ef7086ee054b.tar.gz
rails-514308a49553e3a41c306d2df703ef7086ee054b.tar.bz2
rails-514308a49553e3a41c306d2df703ef7086ee054b.zip
Rename classes
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