Depend on Hash#slice and Object#try

This commit is contained in:
Jeremy Kemper 2009-05-29 21:57:33 -05:00
parent 85eb3af873
commit c79551f02b

@ -1,3 +1,6 @@
require 'active_support/core_ext/hash/slice'
require 'active_support/core_ext/object/try'
module ActionController
# == Overview
#