Skip to content

Commit

Permalink
time_with_zone.rb needs active_support/core_ext/object/acts_like
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn authored and jeremy committed Jan 1, 2010
1 parent 606203c commit 388dde9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activesupport/lib/active_support/time_with_zone.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 388dde9

Please sign in to comment.