aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorGenadi Samokovarov <gsamokovarov@gmail.com>2019-04-19 13:49:56 +0900
committerGenadi Samokovarov <gsamokovarov@gmail.com>2019-04-19 14:15:41 +0900
commitfeaaa7576a0774471e36dc59730a886f623712e6 (patch)
tree9dde38f6dd6af3e5e8a0fc56c8685667de607707 /activesupport/lib/active_support.rb
parent769f73cc18c58021d49a3b93f1747568fe42ee5c (diff)
downloadrails-feaaa7576a0774471e36dc59730a886f623712e6.tar.gz
rails-feaaa7576a0774471e36dc59730a886f623712e6.tar.bz2
rails-feaaa7576a0774471e36dc59730a886f623712e6.zip
Refactor after the most recent code review
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb2
1 files changed, 1 insertions, 1 deletions
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