aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-01 20:32:26 +0100
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-01 14:28:55 -0800
commit44f98133446dea6f7ad1ff002dbf011f1450b01d (patch)
tree54dc90e648782190998d9f1365d2bfbe435ce229 /activesupport
parent5b295a65c3a1388b25b3a95bb8a9f1a62618740d (diff)
downloadrails-44f98133446dea6f7ad1ff002dbf011f1450b01d.tar.gz
rails-44f98133446dea6f7ad1ff002dbf011f1450b01d.tar.bz2
rails-44f98133446dea6f7ad1ff002dbf011f1450b01d.zip
date/calculations.rb needs active_support/core_ext/object/acts_like because it uses acts_like?
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/date/calculations.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/date/calculations.rb b/activesupport/lib/active_support/core_ext/date/calculations.rb
index 2b76b93153..9d2ad2bbcf 100644
--- a/activesupport/lib/active_support/core_ext/date/calculations.rb
+++ b/activesupport/lib/active_support/core_ext/date/calculations.rb
@@ -1,6 +1,7 @@
require 'date'
require 'active_support/duration'
require 'active_support/core_ext/time/zones'
+require 'active_support/core_ext/object/acts_like'
class Date
class << self