From 84e21165a8fa379eaeeba5b64f42c002f6fee77f Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Fri, 12 Jul 2019 17:17:58 +0900 Subject: active_support/dependencies/autoload is already required via active_support.rb --- activesupport/lib/active_support/number_helper.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activesupport/lib/active_support/number_helper.rb') diff --git a/activesupport/lib/active_support/number_helper.rb b/activesupport/lib/active_support/number_helper.rb index 8f3d04aa5c..0c87114c0d 100644 --- a/activesupport/lib/active_support/number_helper.rb +++ b/activesupport/lib/active_support/number_helper.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -require "active_support/dependencies/autoload" - module ActiveSupport module NumberHelper extend ActiveSupport::Autoload -- cgit v1.2.3