From 2f9fc1fe015839b77f1e1ec5a3252e58cd7ae2f1 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 1 Jan 2010 20:35:01 +0100 Subject: [PATCH] date_time/calculations.rb needs active_support/core_ext/object/acts_like because it uses acts_like? --- .../lib/active_support/core_ext/date_time/calculations.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activesupport/lib/active_support/core_ext/date_time/calculations.rb b/activesupport/lib/active_support/core_ext/date_time/calculations.rb index e93abfa4a3..26979aa906 100644 --- a/activesupport/lib/active_support/core_ext/date_time/calculations.rb +++ b/activesupport/lib/active_support/core_ext/date_time/calculations.rb @@ -1,4 +1,5 @@ require 'rational' unless RUBY_VERSION >= '1.9.2' +require 'active_support/core_ext/object/acts_like' class DateTime class << self -- GitLab