From feaaa7576a0774471e36dc59730a886f623712e6 Mon Sep 17 00:00:00 2001 From: Genadi Samokovarov Date: Fri, 19 Apr 2019 13:49:56 +0900 Subject: Refactor after the most recent code review --- activesupport/lib/active_support.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support.rb') diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb index 40a9181493..9e242ddeaa 100644 --- a/activesupport/lib/active_support.rb +++ b/activesupport/lib/active_support.rb @@ -33,8 +33,8 @@ require "active_support/core_ext/date_and_time/compatibility" module ActiveSupport extend ActiveSupport::Autoload - autoload :ActionableError autoload :Concern + autoload :ActionableError autoload :CurrentAttributes autoload :Dependencies autoload :DescendantsTracker -- cgit v1.2.3