aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorFranck Verrot <franck@verrot.fr>2011-07-28 18:45:43 +0300
committerFranck Verrot <franck@verrot.fr>2011-07-28 18:45:43 +0300
commitad0772f2683792a656d084ce676775f272158801 (patch)
tree014179702d308cd208156fc0fd4faf7958efa193 /actionpack/lib
parentd10f268d2057a4e9d46bd003afeceb4e910d1153 (diff)
downloadrails-ad0772f2683792a656d084ce676775f272158801.tar.gz
rails-ad0772f2683792a656d084ce676775f272158801.tar.bz2
rails-ad0772f2683792a656d084ce676775f272158801.zip
We don't need to require erb here.
Diffstat (limited to 'actionpack/lib')
-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 53374949ae..95273ec2fd 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'