aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core.rb
blob: ad8db949419b085b00bfd803d7bc2f85eb4646e8 (plain) (blame)
1
2
3
4
5
6
7
module ActiveSupport
  module Core
    def self.load_all!
      [TimeWithZone]
    end
  end
end