From 018b1315b561d9c2e6c95151f8145f21cac6eb91 Mon Sep 17 00:00:00 2001 From: Franck Verrot Date: Thu, 28 Jul 2011 18:45:43 +0300 Subject: We don't need to require erb here. --- actionpack/lib/action_dispatch/routing/mapper.rb | 1 - 1 file changed, 1 deletion(-) 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' -- cgit v1.2.3