aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-12-27 15:27:18 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2009-12-27 15:27:18 -0800
commit3a79117c77e5c5ac44a6a561af968ecd23e3024f (patch)
tree34bdee9b57df4b0b640415a14b5a756fd28b1889 /actionpack/lib/action_dispatch
parentebe3c8f2e473b086277e1c6a0cf1075a4068c6e0 (diff)
downloadrails-3a79117c77e5c5ac44a6a561af968ecd23e3024f.tar.gz
rails-3a79117c77e5c5ac44a6a561af968ecd23e3024f.tar.bz2
rails-3a79117c77e5c5ac44a6a561af968ecd23e3024f.zip
Typo
Diffstat (limited to 'actionpack/lib/action_dispatch')
-rw-r--r--actionpack/lib/action_dispatch/routing/mapper.rb2
1 files changed, 1 insertions, 1 deletions
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