Skip to content

Commit a4c2e70

Browse files
committed
Merge pull request rails#17047 from betesh/master
Time includes DateAndTime::Zones acts_like(:time) Conflicts: activesupport/lib/active_support/core_ext/time/zones.rb
1 parent d076c0e commit a4c2e70

File tree

1 file changed

+1
-0
lines changed
  • activesupport/lib/active_support/core_ext/time

1 file changed

+1
-0
lines changed

activesupport/lib/active_support/core_ext/time/zones.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'active_support/time_with_zone'
2+
require 'active_support/core_ext/time/acts_like'
23

34
class Time
45
class << self

0 commit comments

Comments
 (0)