diff --git a/actionview/lib/action_view/helpers/tags.rb b/actionview/lib/action_view/helpers/tags.rb index 80de18fe55cc8..006438839d69f 100644 --- a/actionview/lib/action_view/helpers/tags.rb +++ b/actionview/lib/action_view/helpers/tags.rb @@ -5,6 +5,8 @@ module Helpers # :nodoc: module Tags # :nodoc: extend ActiveSupport::Autoload + autoload :SelectRenderer + eager_autoload do autoload :Base autoload :Translator @@ -30,7 +32,6 @@ module Tags # :nodoc: autoload :RangeField autoload :SearchField autoload :Select - autoload :SelectRenderer autoload :TelField autoload :TextArea autoload :TextField