aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranck Verrot <franck@verrot.fr>2011-07-28 18:45:43 +0300
committerXavier Noria <fxn@hashref.com>2011-08-13 16:22:23 -0700
commit018b1315b561d9c2e6c95151f8145f21cac6eb91 (patch)
treef0080732c887d9ab70ac0753f3aa8ebdf8dfe6ec
parenta53ef972066503e601e023748949b6668fce51e3 (diff)
downloadrails-018b1315b561d9c2e6c95151f8145f21cac6eb91.tar.gz
rails-018b1315b561d9c2e6c95151f8145f21cac6eb91.tar.bz2
rails-018b1315b561d9c2e6c95151f8145f21cac6eb91.zip
We don't need to require erb here.
-rw-r--r--actionpack/lib/action_dispatch/routing/mapper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb
index bd04f48c00..a5c1501f61 100644
--- a/actionpack/lib/action_dispatch/routing/mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/mapper.rb
@@ -1,4 +1,3 @@
-require 'erb'
require 'active_support/core_ext/hash/except'
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/object/inclusion'