aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorbetesh <betesh@users.noreply.github.com>2014-09-24 12:06:15 -0400
committerIsaac Betesh <ibetesh@springbig.com>2014-11-09 11:44:56 -0500
commitf0d0c0fa1b12276c961ac66a0f3a34ddb3786a69 (patch)
tree864612428fb7779657443162384e37eaa3a2b565 /activesupport/lib
parent47704af54d51b240f733c596ebb39a033aa698cd (diff)
downloadrails-f0d0c0fa1b12276c961ac66a0f3a34ddb3786a69.tar.gz
rails-f0d0c0fa1b12276c961ac66a0f3a34ddb3786a69.tar.bz2
rails-f0d0c0fa1b12276c961ac66a0f3a34ddb3786a69.zip
Time includes DateAndTime::Zones acts_like(:time)
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/core_ext/time/zones.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/time/zones.rb b/activesupport/lib/active_support/core_ext/time/zones.rb
index bbda04d60c..64c3b7201b 100644
--- a/activesupport/lib/active_support/core_ext/time/zones.rb
+++ b/activesupport/lib/active_support/core_ext/time/zones.rb
@@ -1,4 +1,5 @@
require 'active_support/time_with_zone'
+require 'active_support/core_ext/time/acts_like'
require 'active_support/core_ext/date_and_time/zones'
class Time