Navigation Menu

Skip to content

Commit

Permalink
Update activesupport/lib/active_support.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Dec 22, 2011
1 parent 432c366 commit fa5adfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support.rb
Expand Up @@ -43,6 +43,7 @@ def load_all!; load_all_hooks.each { |hook| hook.call } end
module ActiveSupport
extend ActiveSupport::Autoload

autoload :Concern
autoload :DescendantsTracker
autoload :FileUpdateChecker
autoload :LogSubscriber
Expand All @@ -56,7 +57,6 @@ module ActiveSupport
autoload :Benchmarkable
autoload :Cache
autoload :Callbacks
autoload :Concern
autoload :Configurable
autoload :Deprecation
autoload :Gzip
Expand Down

0 comments on commit fa5adfb

Please sign in to comment.