aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-03-08 14:22:25 -0800
committerCarl Lerche <carllerche@mac.com>2010-03-08 14:36:05 -0800
commit8e9d9232b0c3d96c662762e13848c275a86c0c61 (patch)
tree8d035ea9a64e464e567fdb7c6c1bb25b7856eca9 /actionpack/lib/action_dispatch/routing/mapper.rb
parent8f082ff4217175f52234f2223658619a9c923afc (diff)
downloadrails-8e9d9232b0c3d96c662762e13848c275a86c0c61.tar.gz
rails-8e9d9232b0c3d96c662762e13848c275a86c0c61.tar.bz2
rails-8e9d9232b0c3d96c662762e13848c275a86c0c61.zip
Require 'active_support/core_ext/hash/except' in the router.
Diffstat (limited to 'actionpack/lib/action_dispatch/routing/mapper.rb')
-rw-r--r--actionpack/lib/action_dispatch/routing/mapper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb
index dee4516fbe..ae4470d033 100644
--- a/actionpack/lib/action_dispatch/routing/mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/mapper.rb
@@ -1,3 +1,5 @@
+require 'active_support/core_ext/hash/except'
+
module ActionDispatch
module Routing
class Mapper