From 8e9d9232b0c3d96c662762e13848c275a86c0c61 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 8 Mar 2010 14:22:25 -0800 Subject: [PATCH] Require 'active_support/core_ext/hash/except' in the router. --- actionpack/lib/action_dispatch/routing/mapper.rb | 2 ++ 1 file changed, 2 insertions(+) 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 -- GitLab