rails--rails/activesupport/lib/active_support/time/autoload.rb

6 lines
187 B
Ruby

module ActiveSupport
autoload :Duration, 'active_support/duration'
autoload :TimeWithZone, 'active_support/time_with_zone'
autoload :TimeZone, 'active_support/values/time_zone'
end