Skip to content

Commit

Permalink
Don't eager load SelectRenderer
Browse files Browse the repository at this point in the history
This module is included in classes that are already eager loaded, so
we don't need to eager load it.
  • Loading branch information
rafaelfranca committed Jun 26, 2023
1 parent 51ec30a commit 847a27a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actionview/lib/action_view/helpers/tags.rb
Expand Up @@ -5,6 +5,8 @@ module Helpers # :nodoc:
module Tags # :nodoc:
extend ActiveSupport::Autoload

autoload :SelectRenderer

eager_autoload do
autoload :Base
autoload :Translator
Expand All @@ -30,7 +32,6 @@ module Tags # :nodoc:
autoload :RangeField
autoload :SearchField
autoload :Select
autoload :SelectRenderer
autoload :TelField
autoload :TextArea
autoload :TextField
Expand Down

0 comments on commit 847a27a

Please sign in to comment.