aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-05-29 21:57:33 -0500
committerJeremy Kemper <jeremy@bitsweat.net>2009-05-30 11:59:17 -0700
commitc79551f02b6437a8e2220a16ec3a32672fb32e90 (patch)
treead744f3a9ab710b487c2fc3e4a3cc25faca3cbbc /actionpack
parent85eb3af873e3393416ff2c764c5590abc0538a64 (diff)
downloadrails-c79551f02b6437a8e2220a16ec3a32672fb32e90.tar.gz
rails-c79551f02b6437a8e2220a16ec3a32672fb32e90.tar.bz2
rails-c79551f02b6437a8e2220a16ec3a32672fb32e90.zip
Depend on Hash#slice and Object#try
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/routing/resources.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/routing/resources.rb b/actionpack/lib/action_controller/routing/resources.rb
index 86abb7b2f4..05c782d226 100644
--- a/actionpack/lib/action_controller/routing/resources.rb
+++ b/actionpack/lib/action_controller/routing/resources.rb
@@ -1,3 +1,6 @@
+require 'active_support/core_ext/hash/slice'
+require 'active_support/core_ext/object/try'
+
module ActionController
# == Overview
#