aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags.rb
diff options
context:
space:
mode:
authorMaarten Claes <maartencls@gmail.com>2015-01-22 22:59:42 +0100
committerMaarten Claes <maartencls@gmail.com>2015-01-22 23:02:48 +0100
commitc946b2a30038701cdff3ed6e22b8fdcbe2ee3b7d (patch)
tree5a84286d94acabd898b6ebd9916424a31ce08ee5 /actionview/lib/action_view/helpers/tags.rb
parentee3dd2f0ff1820804888cb3a7475dd593deb0212 (diff)
downloadrails-c946b2a30038701cdff3ed6e22b8fdcbe2ee3b7d.tar.gz
rails-c946b2a30038701cdff3ed6e22b8fdcbe2ee3b7d.tar.bz2
rails-c946b2a30038701cdff3ed6e22b8fdcbe2ee3b7d.zip
Reduce duplication when generating translations
Diffstat (limited to 'actionview/lib/action_view/helpers/tags.rb')
-rw-r--r--actionview/lib/action_view/helpers/tags.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/lib/action_view/helpers/tags.rb b/actionview/lib/action_view/helpers/tags.rb
index 45c75d10c0..a4f6eb0150 100644
--- a/actionview/lib/action_view/helpers/tags.rb
+++ b/actionview/lib/action_view/helpers/tags.rb
@@ -5,6 +5,7 @@ module ActionView
eager_autoload do
autoload :Base
+ autoload :Translator
autoload :CheckBox
autoload :CollectionCheckBoxes
autoload :CollectionRadioButtons