mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Require for time_with_zone should stay in core_ext/time_zones 💣
This commit is contained in:
parent
6a6b79939d
commit
9a4bfd04a3
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require 'active_support/core_ext/time/calculations'
|
||||
require 'active_support/time_with_zone'
|
||||
|
||||
class Time
|
||||
class << self
|
||||
|
|
Loading…
Reference in a new issue