From 3a79117c77e5c5ac44a6a561af968ecd23e3024f Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 27 Dec 2009 15:27:18 -0800 Subject: Typo --- actionpack/lib/action_dispatch/routing/mapper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_dispatch') diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb index f02c681cf6..4943ac3fa9 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -1,4 +1,4 @@ -require 'active_support/core_ext/enumberable' +require 'active_support/core_ext/enumerable' module ActionDispatch module Routing -- cgit v1.2.3