diff options
author | Xavier Noria <fxn@hashref.com> | 2010-01-01 21:07:38 +0100 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2010-01-01 14:28:57 -0800 |
commit | 388dde9f9d1ee3e6262c79a8ef81c93ab67a8677 (patch) | |
tree | 6b8df45097623b41db75f947e54df7f669260826 /activesupport/lib | |
parent | 606203c03494168c03fa81b5fdf71ee8ede7faf0 (diff) | |
download | rails-388dde9f9d1ee3e6262c79a8ef81c93ab67a8677.tar.gz rails-388dde9f9d1ee3e6262c79a8ef81c93ab67a8677.tar.bz2 rails-388dde9f9d1ee3e6262c79a8ef81c93ab67a8677.zip |
time_with_zone.rb needs active_support/core_ext/object/acts_like
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/time_with_zone.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/time_with_zone.rb b/activesupport/lib/active_support/time_with_zone.rb index 8304f6c434..6b554e7158 100644 --- a/activesupport/lib/active_support/time_with_zone.rb +++ b/activesupport/lib/active_support/time_with_zone.rb @@ -1,4 +1,5 @@ require "active_support/values/time_zone" +require 'active_support/core_ext/object/acts_like' module ActiveSupport # A Time-like class that can represent a time in any time zone. Necessary because standard Ruby Time instances are |