diff options
author | Yehuda Katz <wycats@yehuda-katz.home> | 2009-12-20 17:33:31 -0800 |
---|---|---|
committer | Yehuda Katz <wycats@yehuda-katz.home> | 2009-12-20 17:38:28 -0800 |
commit | b4ecb5555100cc67011637d261e5de30f5b7fcba (patch) | |
tree | 271c12d4d347a0d4a1fcb7864d59472d55b1cc6a /activesupport/lib/active_support | |
parent | 9b41e1e4d8b9d159254dc4ad4bbd3207f1b49eb5 (diff) | |
download | rails-b4ecb5555100cc67011637d261e5de30f5b7fcba.tar.gz rails-b4ecb5555100cc67011637d261e5de30f5b7fcba.tar.bz2 rails-b4ecb5555100cc67011637d261e5de30f5b7fcba.zip |
Missing acts_like dependency
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r-- | activesupport/lib/active_support/core_ext/time/calculations.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/time/calculations.rb b/activesupport/lib/active_support/core_ext/time/calculations.rb index 4f4492f0fd..703b89ffd0 100644 --- a/activesupport/lib/active_support/core_ext/time/calculations.rb +++ b/activesupport/lib/active_support/core_ext/time/calculations.rb @@ -1,4 +1,5 @@ require 'active_support/duration' +require 'active_support/core_ext/date/acts_like' require 'active_support/core_ext/date/calculations' class Time |