From c79551f02b6437a8e2220a16ec3a32672fb32e90 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 29 May 2009 21:57:33 -0500 Subject: Depend on Hash#slice and Object#try --- actionpack/lib/action_controller/routing/resources.rb | 3 +++ 1 file changed, 3 insertions(+) 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 # -- cgit v1.2.3