aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date_time.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-03 17:59:07 -0800
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-03 17:59:07 -0800
commite3ce5ea303ef431d0db97c3c3ea2204c22cd6e48 (patch)
tree3476dcbf018c506499a04ac3523c369dbbb44c96 /activesupport/lib/active_support/core_ext/date_time.rb
parent4d240ec20a70122b7e69c790a37d2be14e1ff038 (diff)
parent38f28dca3aa16efd6cc3af6453f2e6b9e9655ec1 (diff)
downloadrails-e3ce5ea303ef431d0db97c3c3ea2204c22cd6e48.tar.gz
rails-e3ce5ea303ef431d0db97c3c3ea2204c22cd6e48.tar.bz2
rails-e3ce5ea303ef431d0db97c3c3ea2204c22cd6e48.zip
Merge pull request #7350 from slbug/date_time_ranges_with_infinite_bounds
Added ability to compare date/time with infinity
Diffstat (limited to 'activesupport/lib/active_support/core_ext/date_time.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/date_time.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/date_time.rb b/activesupport/lib/active_support/core_ext/date_time.rb
index e8a27b9f38..024af91738 100644
--- a/activesupport/lib/active_support/core_ext/date_time.rb
+++ b/activesupport/lib/active_support/core_ext/date_time.rb
@@ -2,3 +2,4 @@ require 'active_support/core_ext/date_time/acts_like'
require 'active_support/core_ext/date_time/calculations'
require 'active_support/core_ext/date_time/conversions'
require 'active_support/core_ext/date_time/zones'
+require 'active_support/core_ext/date_time/infinite_comparable'