diff options
author | Franck Verrot <franck@verrot.fr> | 2011-07-28 18:45:43 +0300 |
---|---|---|
committer | Franck Verrot <franck@verrot.fr> | 2011-07-28 18:45:43 +0300 |
commit | ad0772f2683792a656d084ce676775f272158801 (patch) | |
tree | 014179702d308cd208156fc0fd4faf7958efa193 /actionpack | |
parent | d10f268d2057a4e9d46bd003afeceb4e910d1153 (diff) | |
download | rails-ad0772f2683792a656d084ce676775f272158801.tar.gz rails-ad0772f2683792a656d084ce676775f272158801.tar.bz2 rails-ad0772f2683792a656d084ce676775f272158801.zip |
We don't need to require erb here.
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_dispatch/routing/mapper.rb | 1 |
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' |