diff options
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/values/time_zone.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/values/time_zone.rb b/activesupport/lib/active_support/values/time_zone.rb index 516ef2d8f0..d329804617 100644 --- a/activesupport/lib/active_support/values/time_zone.rb +++ b/activesupport/lib/active_support/values/time_zone.rb @@ -1,3 +1,10 @@ +require 'active_support/core_ext/time/publicize_conversion_methods' +require 'active_support/core_ext/time/calculations' +require 'active_support/core_ext/time/zones' + +require 'active_support/core_ext/date_time/calculations' +require 'active_support/core_ext/date_time/zones' + # The TimeZone class serves as a wrapper around TZInfo::Timezone instances. It allows us to do the following: # # * Limit the set of zones provided by TZInfo to a meaningful subset of 142 zones. |