aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/range.rb
diff options
context:
space:
mode:
authorBogdan Gusiev <agresso@gmail.com>2013-07-18 10:48:53 +0300
committerBogdan Gusiev <agresso@gmail.com>2013-07-19 11:06:11 +0300
commitf9e60c74b665954407f7de3265ae6996fc5e4635 (patch)
tree7f703a7ef7560c1c58cf04e7701167cdc3bc2d9a /activesupport/lib/active_support/core_ext/range.rb
parent1a58ac60d92110cc9a83c976ac1fbd7bfd071966 (diff)
downloadrails-f9e60c74b665954407f7de3265ae6996fc5e4635.tar.gz
rails-f9e60c74b665954407f7de3265ae6996fc5e4635.tar.bz2
rails-f9e60c74b665954407f7de3265ae6996fc5e4635.zip
Disable ability to iterate over a Range of TimeWithZone
Diffstat (limited to 'activesupport/lib/active_support/core_ext/range.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/range.rb1
1 files changed, 1 insertions, 0 deletions
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'