From f9e60c74b665954407f7de3265ae6996fc5e4635 Mon Sep 17 00:00:00 2001 From: Bogdan Gusiev Date: Thu, 18 Jul 2013 10:48:53 +0300 Subject: Disable ability to iterate over a Range of TimeWithZone --- activesupport/lib/active_support/core_ext/range.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/core_ext/range.rb') diff --git a/activesupport/lib/active_support/core_ext/range.rb b/activesupport/lib/active_support/core_ext/range.rb index 1d8b1ede5a..9368e81235 100644 --- a/activesupport/lib/active_support/core_ext/range.rb +++ b/activesupport/lib/active_support/core_ext/range.rb @@ -1,3 +1,4 @@ require 'active_support/core_ext/range/conversions' require 'active_support/core_ext/range/include_range' require 'active_support/core_ext/range/overlaps' +require 'active_support/core_ext/range/each' -- cgit v1.2.3