1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Require 'active_support/core_ext/hash/except' in the router.

This commit is contained in:
Carl Lerche 2010-03-08 14:22:25 -08:00
parent 8f082ff421
commit 8e9d9232b0

View file

@ -1,3 +1,5 @@
require 'active_support/core_ext/hash/except'
module ActionDispatch module ActionDispatch
module Routing module Routing
class Mapper class Mapper