Skip to content

Commit

Permalink
Don't require an autoloaded constant
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jun 26, 2023
1 parent 847a27a commit ba41696
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions actionview/lib/action_view/helpers/tags/collection_select.rb
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "action_view/helpers/tags/select_renderer"

module ActionView
module Helpers
module Tags # :nodoc:
Expand Down
1 change: 0 additions & 1 deletion actionview/lib/action_view/helpers/tags/date_select.rb
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require "active_support/core_ext/time/calculations"
require "action_view/helpers/tags/select_renderer"

module ActionView
module Helpers
Expand Down
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "action_view/helpers/tags/select_renderer"

module ActionView
module Helpers
module Tags # :nodoc:
Expand Down
2 changes: 0 additions & 2 deletions actionview/lib/action_view/helpers/tags/select.rb
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "action_view/helpers/tags/select_renderer"

module ActionView
module Helpers
module Tags # :nodoc:
Expand Down
2 changes: 0 additions & 2 deletions actionview/lib/action_view/helpers/tags/time_zone_select.rb
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "action_view/helpers/tags/select_renderer"

module ActionView
module Helpers
module Tags # :nodoc:
Expand Down
2 changes: 0 additions & 2 deletions actionview/lib/action_view/helpers/tags/weekday_select.rb
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "action_view/helpers/tags/select_renderer"

module ActionView
module Helpers
module Tags # :nodoc:
Expand Down

0 comments on commit ba41696

Please sign in to comment.