aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-01 20:03:39 +0100
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-01 14:28:55 -0800
commitda97b51fdf4e78724b48c1e74f24e135fb0b95e6 (patch)
tree16a1f71e26ce07e224fc633799a33583975a21e4
parent39667c846bbe8dc0b14112d6b1144928bbc0a7a0 (diff)
downloadrails-da97b51fdf4e78724b48c1e74f24e135fb0b95e6.tar.gz
rails-da97b51fdf4e78724b48c1e74f24e135fb0b95e6.tar.bz2
rails-da97b51fdf4e78724b48c1e74f24e135fb0b95e6.zip
requires active_support/core_ext/hash/keys in benchmarkable because it uses assert_valid_keys
-rw-r--r--activesupport/lib/active_support/benchmarkable.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/benchmarkable.rb b/activesupport/lib/active_support/benchmarkable.rb
index 6a41aab166..ee02ecb043 100644
--- a/activesupport/lib/active_support/benchmarkable.rb
+++ b/activesupport/lib/active_support/benchmarkable.rb
@@ -1,4 +1,5 @@
require 'active_support/core_ext/benchmark'
+require 'active_support/core_ext/hash/keys'
module ActiveSupport
module Benchmarkable